mirror of https://github.com/helix-editor/helix
add polkit rules files to javascript detection (#8370)
parent
17edbacfbd
commit
0252c7b162
|
@ -546,7 +546,7 @@ name = "javascript"
|
||||||
scope = "source.js"
|
scope = "source.js"
|
||||||
injection-regex = "(js|javascript)"
|
injection-regex = "(js|javascript)"
|
||||||
language-id = "javascript"
|
language-id = "javascript"
|
||||||
file-types = ["js", "mjs", "cjs"]
|
file-types = ["js", "mjs", "cjs", "rules"]
|
||||||
shebangs = ["node"]
|
shebangs = ["node"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
|
|
Loading…
Reference in New Issue