1
0
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:
MuntasirSZN
2025-03-06 21:06:38 +01:00
committed by Christian Brabandt
parent ec6e82af04
commit 5daaf23268
5 changed files with 21 additions and 1 deletions

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1177,
/**/
1176,
/**/