Skip to content
Snippets Groups Projects
Commit 9e6da66e authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Enable syntax highlighting for .jinja file ending

parent 8bec423b
No related branches found
No related tags found
No related merge requests found
......@@ -283,6 +283,8 @@ endfunction
let g:ansible_unindent_after_newline = 1
"do not auto indent when writing ':'
autocmd FileType yaml.ansible setlocal indentkeys-=<:>
"enable syntax highlighting for .jinja file ending
autocmd BufNewFile,BufRead *.jinja set filetype=jinja2
"}}}
" --- python-mode ---{{{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment