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
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
734,
|
||||
/**/
|
||||
733,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user