From 70471d3c420d0f7c9017d2513e9f29647dd5b725 Mon Sep 17 00:00:00 2001 From: Surendrajat Date: Tue, 7 Feb 2023 11:14:59 +0530 Subject: [PATCH] xml: add mobileconfig & plist file types --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 5cde4167d6ff..f407ce3496ee 100644 --- a/languages.toml +++ b/languages.toml @@ -1967,7 +1967,7 @@ source = { git = "https://github.com/Unoqwy/tree-sitter-kdl", rev = "e1cd292c6d1 name = "xml" scope = "source.xml" injection-regex = "xml" -file-types = ["xml"] +file-types = ["xml", "mobileconfig", "plist"] indent = { tab-width = 2, unit = " " } roots = []