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

Support for Erlang #156

Open Hipska opened 1 month ago

Hipska commented 1 month ago

I have a few name.erl.j2 files and they are hard to work with, since the % sign is the start of comments in Erlang. So it would be nice if support could be added, so {% wouldn't get rendered as comments..