Skip to content

Commit

Permalink
Add feed-related formats as xml (helix-editor#8232)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored and mtoohey31 committed Jun 2, 2024
1 parent 867d458 commit c9fb1ce
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 @@ -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 = []

Expand Down

0 comments on commit c9fb1ce

Please sign in to comment.