ronnidc / vscode-nunjucks

Nunjucks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ronnidc.nunjucks
65 stars 18 forks source link

fixed comments syntax #4

Closed daslicht closed 8 years ago

daslicht commented 8 years ago

nunjucks comments syntax is the following :

{# <div> this div is not shown </div> #}

Wene you use the shoutcut CMD + / on OSX the following wrong comment syntax is used:

// <div> this div is not shown </div> 
ronnidc commented 8 years ago

Thnak you for contributing

daslicht commented 8 years ago

My pleasure :)