Add feed-related formats as xml (#8232)

main
Alexis Mousset 8 months ago committed by GitHub
parent 0d986fce76
commit 829db76563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save