samuelcolvin / jinjahtml-vscode

Syntax highlighting for jinja(2) html templates in vscode
https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml
MIT License
135 stars 53 forks source link

Double curly brackets split with a space #143

Open yanivg101 opened 1 year ago

yanivg101 commented 1 year ago

Hello, I have an HTML file that also contains JS and JINJA snippets. For some reason, when the plugin is enabled, the double curly brackets are split. In addition to this, the hierarchy is also changing.

This only happens when there is a condition for certain rows.

This is what the original file looks like: image

This is how the file looks like after activating the plugin: image

This is the file: https://pastebin.com/Cyp2R94q