Is there syntax highlight for Jinja2 templates in Sublime Text? By Jinja2 I mean:
{% extends "template.html" %}
{% block content %}
{% if task == 'archimed_spiral' %}
{% include 'archimed.html %}
{% elif task == 'gcd' %}
{% endif %}
{% endblock %}
I believe it is based on Python. And it can be pretty hard to read.
Yes, there is a Jinja2 package for Sublime Text.
It is implemented as a TextMate syntax bundle; these are directly supported by Sublime Text, and was written by the author of the Jinja2 package himself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With