1
0
forked from aniani/vim

patch 8.2.4424: ".gts" and ".gjs" files are not recognized

Problem:    ".gts" and ".gjs" files are not recognized.
Solution:   Recognize Glimmer flavored typescript and javascript.
            (closes #9799)
This commit is contained in:
NullVoxPopuli
2022-02-19 16:35:58 +00:00
committed by Bram Moolenaar
parent d56eb654f5
commit cdf717283c
3 changed files with 8 additions and 0 deletions

View File

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