sheerun / vim-polyglot

A solid language pack for Vim.
5.58k stars 298 forks source link

Jinja/Nunjucks syntax #214

Closed partounian closed 7 years ago

partounian commented 7 years ago

Please support Jinja and Nunjucks, the plugin below should be sufficient.

https://github.com/Glench/Vim-Jinja2-Syntax

sheerun commented 7 years ago

it should be in master now

ciases commented 6 years ago

Hello! It doesn't work for me for unknown reason. I've try *.njk, *.nunjucks, *.jinja extensions, no success. Then I've install lepture/vim-jinja and it works as expected.

halkeye commented 7 months ago

The other option so you don't need to install another plugin is autocmd BufNewFile,BufRead *.njk setf htmldjango