From fce30c0da0eb222bf20091752b599df723ebf559 Mon Sep 17 00:00:00 2001 From: Surendrajat Date: Wed, 8 Feb 2023 04:47:48 +0530 Subject: [PATCH] xml: add mobileconfig & plist file types (#5863) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 5cde4167..f407ce34 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 = []