aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorSurendrajat2023-02-07 23:17:48 +0000
committerGitHub2023-02-07 23:17:48 +0000
commitfce30c0da0eb222bf20091752b599df723ebf559 (patch)
tree90c6d1b78056308f0fc2f07583d0d9e0b76cf8cd /languages.toml
parentc704701714236f9de9fdb03823b6adb9227be744 (diff)
xml: add mobileconfig & plist file types (#5863)
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 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 = []