Skip to content

Commit

Permalink
add polkit rules files to javascript detection (helix-editor#8370)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerohd authored and danillos committed Nov 21, 2023
1 parent 5509f0a commit 30870dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "//"
Expand Down

0 comments on commit 30870dc

Please sign in to comment.