且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Sublime Text语法高亮Jinja2

更新时间:2023-02-04 08:48:07

是的,有一个用于Sublime Text的Jinja2软件包。



它以TextMate语法包的形式实现;这些都是由Sublime Text直接支持的,并且是由Jinja2包自己编写的。


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.