diff options
author | nerohd | 2023-09-24 11:33:43 +0000 |
---|---|---|
committer | GitHub | 2023-09-24 11:33:43 +0000 |
commit | 7702e130ba93f885ac56be5818b93c544a00538f (patch) | |
tree | a61df7ff152b1885c5421e254d3ade9901f430b2 | |
parent | 842687e8452322f860e22d135d5e8240ad29879c (diff) |
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
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 965da6dd..081b36e2 100644 --- a/languages.toml +++ b/languages.toml @@ -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 = [] |