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)
diff --git a/src/version.c b/src/version.c
index 7d585ba..f151531 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4424,
+/**/
     4423,
 /**/
     4422,