forked from aniani/vim
patch 9.1.0734: filetype: jinja files are not recognized
Problem: filetype: jinja files are not recognized
Solution: detect '*.jinja' files a jinja filetype,
include jinja syntax script (Gregory Anders)
related: #15689
Signed-off-by: Gregory Anders <greg@gpanders.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
f21d28a5c7
commit
202c467bb3
@@ -1183,6 +1183,9 @@ au BufNewFile,BufRead *.clp setf jess
|
||||
" Jgraph
|
||||
au BufNewFile,BufRead *.jgr setf jgraph
|
||||
|
||||
" Jinja
|
||||
au BufNewFile,BufRead *.jinja setf jinja
|
||||
|
||||
" Jujutsu
|
||||
au BufNewFile,BufRead *.jjdescription setf jj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user