Recognise XAML files as XML (#7083)

This commit is contained in:
Chris 2023-05-20 01:38:55 +01:00 committed by GitHub
parent 41f52d74fe
commit d3cca0f357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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