Glench / Vim-Jinja2-Syntax

An up-to-date jinja2 syntax file.
https://github.com/mitsuhiko/jinja2
BSD 3-Clause "New" or "Revised" License
343 stars 64 forks source link

Add support for .tera #22

Closed derekdreery closed 4 years ago

derekdreery commented 4 years ago

Tera is a rust template engine with basically identical syntax to jinja2. With this patch, jinja.vim will support it as well.

Glench commented 4 years ago

Thanks for the pull request!