karuna / tera-vscode

Tera Template Syntax Highlighting for Visual Studio Code
MIT License
17 stars 5 forks source link

Pound sign `#` autocloses every time - causes conflict with Emmet #28

Open alphonso06 opened 1 month ago

alphonso06 commented 1 month ago

I noticed that when I input a single pound sign #, it automatically adds an accompanying enclosing pound sign. Bottom line, it automatically writes 2 of them, instead of just 1.

This may not be a big deal at first, but can cause trouble when writing HTML snippets with Emmet. Also the plugin detects regular HTML, which may not be intended - this now also creates 2 pound signs instead of 1. Disabling the plugin removes the behavior from HTML.