Вопрос

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top