Skip to content

Commit

Permalink
add polkit policy files to xml detection (helix-editor#8369)
Browse files Browse the repository at this point in the history
polkit policy files are just xml files, https://www.freedesktop.org/software/polkit/docs/latest/polkit.8.html for more info
  • Loading branch information
nerohd authored and danillos committed Nov 21, 2023
1 parent dcb6325 commit 63ff7e7
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 @@ -2205,7 +2205,7 @@ source = { git = "https://github.com/Unoqwy/tree-sitter-kdl", rev = "e1cd292c6d1
name = "xml"
scope = "source.xml"
injection-regex = "xml"
file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard", "svg", "xsd", "gml", "xaml", "gir", "rss", "atom", "opml"]
file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard", "svg", "xsd", "gml", "xaml", "gir", "rss", "atom", "opml", "policy"]
indent = { tab-width = 2, unit = " " }
roots = []

Expand Down

0 comments on commit 63ff7e7

Please sign in to comment.