diff options
author | Surendrajat | 2023-02-07 23:17:48 +0000 |
---|---|---|
committer | GitHub | 2023-02-07 23:17:48 +0000 |
commit | fce30c0da0eb222bf20091752b599df723ebf559 (patch) | |
tree | 90c6d1b78056308f0fc2f07583d0d9e0b76cf8cd | |
parent | c704701714236f9de9fdb03823b6adb9227be744 (diff) |
xml: add mobileconfig & plist file types (#5863)
-rw-r--r-- | languages.toml | 2 |
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 = [] |