vim-patch:8.2.4424: ".gts" and ".gjs" files are not recognized (#17464)

Problem:    ".gts" and ".gjs" files are not recognized.
Solution:   Recognize Glimmer flavored typescript and javascript.
            (closes vim/vim#9799)
cdf717283c
This commit is contained in:
Christian Clason
2022-02-19 23:41:11 +01:00
committed by GitHub
parent 791e400858
commit 439a843b80
3 changed files with 8 additions and 0 deletions

View File

@@ -247,6 +247,8 @@ local extension = {
gradle = "groovy",
groovy = "groovy",
gsp = "gsp",
gjs = "javascript.glimmer",
gts = "typescript.glimmer",
hack = "hack",
hackpartial = "hack",
haml = "haml",