davidrios / jade-tmbundle

A comprehensive textmate / sublime text bundle for the Jade template language.
https://github.com/davidrios/jade-tmbundle
MIT License
102 stars 31 forks source link

Support for HTML comments #79

Closed mrmlnc closed 8 years ago

mrmlnc commented 8 years ago

Hello, @davidrios,

I'm working on improving support for the Jade/Pug syntax in VS Code and one of requests - support HTML comments.

Original issue: https://github.com/Microsoft/vscode/pull/11764

This PR is fix for https://github.com/Microsoft/vscode/issues/3202.

Before fix (Sublime Text 3 with you package):

image

After fix (Sublime Text 3 with you package):

image