sholsinger / Demandware

A package for Sublime Text that provides syntaxes for ISML and Demandware Script
29 stars 7 forks source link

Auto-close for iselse, isbreak, and iscontinue need to be disabled #1

Open sholsinger opened 10 years ago

sholsinger commented 10 years ago

Given the following snippet:

<isif condition="foo">
  // …
<iselse/>
  //...

If you type < Sublime will close the iselse as </iselse>when it should close isif as </isif>.

Also, tags like <iscontent /> and <isset /> need to be handled without auto-closing.