diff options
author | Chris | 2023-05-20 00:38:55 +0000 |
---|---|---|
committer | GitHub | 2023-05-20 00:38:55 +0000 |
commit | d3cca0f3571fd30f4d7067a82c02753686297a67 (patch) | |
tree | f139e595bb32a3e916a8209e4674de0e7ee89283 | |
parent | 41f52d74fecb825a81e7026e626d5c4ad06ab9c0 (diff) |
Recognise XAML files as XML (#7083)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 02454889..21e46089 100644 --- a/languages.toml +++ b/languages.toml @@ -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 = [] |