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.
Given the following snippet:
If you type
<Sublime will close theiselseas</iselse>when it should closeisifas</isif>.Also, tags like
<iscontent />and<isset />need to be handled without auto-closing.