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"
|
||||
injection-regex = "(js|javascript)"
|
||||
language-id = "javascript"
|
||||
file-types = ["js", "mjs", "cjs"]
|
||||
file-types = ["js", "mjs", "cjs", "rules"]
|
||||
shebangs = ["node"]
|
||||
roots = []
|
||||
comment-token = "//"
|
||||
|
|
Loading…
Reference in New Issue