aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorAlexis Mousset2023-09-10 18:54:34 +0000
committerGitHub2023-09-10 18:54:34 +0000
commit829db76563be3c7aec71ba3602b20bbbfa75f078 (patch)
tree51bcdd237aed39fc154bbc45355065d19bc31880 /languages.toml
parent0d986fce76f2089322d07b4b37b7914c826713cc (diff)
Add feed-related formats as xml (#8232)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index d9cf7ef2..3e3c5a5a 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2202,7 +2202,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"]
+file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard", "svg", "xsd", "gml", "xaml", "gir", "rss", "atom", "opml"]
indent = { tab-width = 2, unit = " " }
roots = []