aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorChris2023-05-20 00:38:55 +0000
committerGitHub2023-05-20 00:38:55 +0000
commitd3cca0f3571fd30f4d7067a82c02753686297a67 (patch)
treef139e595bb32a3e916a8209e4674de0e7ee89283 /languages.toml
parent41f52d74fecb825a81e7026e626d5c4ad06ab9c0 (diff)
Recognise XAML files as XML (#7083)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
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 = []