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

Better Jinja is not working #146

Open Manish-k723 opened 1 year ago

Manish-k723 commented 1 year ago

I have successfully installed the better jinja extension, but it is still not helping me in autocomplete, suggestions and highlighting the jinja2 keywords.

rendorHaevyn commented 9 months ago

@Manish-k723 Did you try adding the extra file associations snippet to your user settings?

Pretty well sorted out all syntax issues I was having.

"files.associations": { "*.html": "jinja-html" },