Skip to content

Commit

Permalink
Recognise XAML files as XML (#7083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickenkeeper authored May 20, 2023
1 parent 41f52d7 commit d3cca0f
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 @@ -2140,7 +2140,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"]
file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard", "svg", "xsd", "gml", "xaml"]
indent = { tab-width = 2, unit = " " }
roots = []

Expand Down

0 comments on commit d3cca0f

Please sign in to comment.