Skip to content

Commit d37dc6c

Browse files
kumawatdarshanarchseer
authored andcommitted
languages(js): recognize .gs as js file
1 parent fb9c9e0 commit d37dc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ name = "javascript"
911911
scope = "source.js"
912912
injection-regex = "(js|javascript)"
913913
language-id = "javascript"
914-
file-types = ["js", "mjs", "cjs", "rules", "es6", "pac", { glob = ".node_repl_history" }, { glob = "jakefile" }]
914+
file-types = ["js", "mjs", "cjs", "rules", "es6", "pac", "gs", { glob = ".node_repl_history" }, { glob = "jakefile" }]
915915
shebangs = ["node"]
916916
roots = [ "package.json", "jsconfig.json" ]
917917
comment-token = "//"

0 commit comments

Comments
 (0)