forked from aniani/vim
patch 9.1.1177: filetype: tera files not detected
Problem: filetype: tera files not detected Solution: detect '*.tera' files as tera filetype, include a simple filetype plugin (MuntasirSZN) closes: #16806 Signed-off-by: MuntasirSZN <muntasir.joypurhat@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ec6e82af04
commit
5daaf23268
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1177,
|
||||
/**/
|
||||
1176,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user