+4
XML Folding Bug
Sublime Text 2 Beta, Build 2181
The root element does not fold up correctly in this XML:
<root>
<el1>abc</el1>
<el1><![CDATA[
<el2>
abc
def
</el2>
]]>
</el1>
</root>
The root element does not fold up correctly in this XML:
<root>
<el1>abc</el1>
<el1><![CDATA[
<el2>
abc
def
</el2>
]]>
</el1>
</root>
Kundesupport af UserEcho
According to the other threads you can create fold region using ctrl+shift+[ - which should alleviate some of these issues.