jens1o / vscode-smarty

Smarty syntax highlight extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=imperez.smarty
GNU General Public License v3.0
14 stars 9 forks source link

commenting delimiters in a literal block #4

Open skinymikeofdoom opened 7 years ago

skinymikeofdoom commented 7 years ago

Hello, Great plugin, glad to see smarty still gets some love. I spotted a small issue when commenting out a section in a literal block using the shortcut keys for block commenting. the plugin uses the smarty delimiters of commenting ("{*" and "*}") instead of the language specific commenting delimiters

g8up commented 7 years ago

I got a solution:

jens1o commented 6 years ago

I think the problem actually is that we do not have control about other languages. Related to https://github.com/Microsoft/vscode/issues/670