add polkit rules files to javascript detection (#8370)

pull/8385/head
nerohd 9 months ago committed by GitHub
parent 17edbacfbd
commit 0252c7b162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save