Hi all,
I noticed today a new regression in LexHTML; Using comments in XML clobbers the fold structure.
The comment 'opening' <!-- does not increase the fold level, but the 'closing' --> decreases the fold level. A simple fix is commenting out the "if (foldHTMLPreprocessor)" on line 858, LexHTML.cxx
But be forewarned: I don't know exactly when this regressed or what caused it.