From c6a79337c3d4e545f7ebe183395ce013068f0510 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 19 May 2023 19:32:50 +0100 Subject: [PATCH] Recognise XAML files as XML --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 21fe917f8bb3..50279b886355 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 = []