commit | cdf717283ca70b18f20b8a2cefe7957083280c6f | [log] [tgz] |
---|---|---|
author | NullVoxPopuli <LPSego3+dev@gmail.com> | Sat Feb 19 16:35:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 19 16:35:58 2022 +0000 |
tree | 9cdf3d2aaa37358e2690079f9539f44a0350ddd8 | |
parent | d56eb654f50434ea590142c0f080efba91bfe7f8 [diff] [blame] |
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,