HTML-Nest-Comments currently affects files of any syntax, instead of just html/php. This is an issue, since Sublime Text 3 does not handle nested comments in CSS properly. Currently this plugin prevents implementing a similar function for nested comments in CSS.
This is due to the else statement on line 16 in HTMLNestComments.py, which simply needs to be changed to elif
I'd be happy to submit a pull request with the change.
HTML-Nest-Comments currently affects files of any syntax, instead of just html/php. This is an issue, since Sublime Text 3 does not handle nested comments in CSS properly. Currently this plugin prevents implementing a similar function for nested comments in CSS.
This is due to the
elsestatement on line 16 in HTMLNestComments.py, which simply needs to be changed toelifI'd be happy to submit a pull request with the change.