From d3cca0f3571fd30f4d7067a82c02753686297a67 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 20 May 2023 01:38:55 +0100 Subject: [PATCH] Recognise XAML files as XML (#7083) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 024548895..21e460891 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 = []