add polkit policy files to xml detection (#8369)

polkit policy files are just xml files, https://www.freedesktop.org/software/polkit/docs/latest/polkit.8.html for more info
pull/8371/head
nerohd 9 months ago committed by GitHub
parent 842687e845
commit 7702e130ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = []

Loading…
Cancel
Save