it seems the code folding for comments has a problem when it is a language mixed (html mixed)
if i add:
blockComment: ["{#", "#}"],
to the extension that make highlighting for Django templates, it dont detect the comments as folds.
https://github.com/abdelouahabb/django-brackets/blob/master/main.js
it seems the code folding for comments has a problem when it is a language mixed (html mixed)
if i add:
blockComment: ["{#", "#}"],
to the extension that make highlighting for Django templates, it dont detect the comments as folds.
https://github.com/abdelouahabb/django-brackets/blob/master/main.js