Problem with jinja2 #1334
Unanswered
palandovalex
asked this question in
Q&A
Replies: 2 comments
-
I tried to use .jinja and .jinja2 extensions, but it dosnt understand, what he should use. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This isn't really the place to ask these questions, but you could always: autocmd BufRead,BufNewFile *.jinja,*.jinja2 set filetype=jinja2 Note that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using jinja2. When i open templates (.html extension) neovim do not understand, thai this template is jinja2, it thinks that it is htmldjango.
When i look to code, i dont find specific jinja2 extension. So, what i should do?
Beta Was this translation helpful? Give feedback.
All reactions