diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:39:05 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:39:05 +0100 |
commit | 0dc7696c89516332ae577e40c898f8a1d1afb71d (patch) | |
tree | cb3c524c57f7b7b8661d22fb65e618d6e6286f37 /README.md | |
parent | 5658b62b7afb7d4855e2634d8d067cbdf1d332c9 (diff) | |
download | vim-polyglot-0dc7696c89516332ae577e40c898f8a1d1afb71d.tar.gz vim-polyglot-0dc7696c89516332ae577e40c898f8a1d1afb71d.zip |
Add jinja language support, closes #92
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [jade](https://github.com/digitaltoad/vim-jade) (syntax, indent, ftplugin, ftdetect) - [jasmine](https://github.com/glanotte/vim-jasmine) (syntax, ftdetect) - [javascript](https://github.com/sheerun/yajs.vim) (syntax, indent) +- [jinja](https://github.com/Glench/Vim-Jinja2-Syntax) (syntax, indent, ftdetect) - [json](https://github.com/sheerun/vim-json) (syntax, indent, ftdetect) - [jst](https://github.com/briancollins/vim-jst) (syntax, indent, ftdetect) - [jsx](https://github.com/mxw/vim-jsx) (ftdetect, after) |