Syntax Highlighting in VS Code #84
pietz
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
OMG, Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
How do you activate it? After install it I don't see anything new in the language mode list (I have the "Better Jinja" extension) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't find a nice way to give me proper Syntax Highlighting, so I threw together a quick VS Code extension for that:
https://marketplace.visualstudio.com/items?itemName=pietz.jinjax-syntax
I've never build one before, so there might be bugs. I decided to highlight the component names in a different color to make the difference a bit clearer to the eye. You need something like "Better Jinja" installed because it relies on vanilla Jinja highlighting.
Beta Was this translation helpful? Give feedback.
All reactions