Open nokyotsu opened 1 year ago
Thanks for mentioning this, I ran into the same issue. If you change the double-quotes to single-quotes inside {{ ... }}
it will work, but unfortunately my jinja linter doesn't like that.
Might be related to #107 . It seems like the single curly brackets are causing issues when jinja delimiters are used within.
I am seeing a similar issue with jinja-cpp:
which has the same issue (at least with comment coloring) as the CSS example
If I type the following into vscode:
I get the following highlighting:
It seems that the highlighter is getting confused by the
{{ ... }}
used by jinja.