From cdf717283ca70b18f20b8a2cefe7957083280c6f Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Sat, 19 Feb 2022 16:35:58 +0000 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 7d585ba08..f15153131 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4424, /**/ 4423, /**/ -- cgit v1.2.1