add polkit rules files to javascript detection (#8370)

This commit is contained in:
nerohd 2023-09-25 02:44:35 +01:00 committed by GitHub
parent 17edbacfbd
commit 0252c7b162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "//"