-
Notifications
You must be signed in to change notification settings - Fork 94
Highlighting of inline Jinja2 templates #23
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
Comments
|
The short answer is that we actually could fix this in a similar way as #12. Essentially this would extend the already existing fix. |
Please note that any special escaped characters will still be highlighted (unless the string is raw, in the current implementation of the highlighter prefixed by |
Should be fixed in |
MagicPython seems to have problems highlighting Jinja2 templates (it shouldn't hightlight
{% f
and{% e
, see screenshot)The text was updated successfully, but these errors were encountered: