xml: add mobileconfig & plist file types (#5863)
This commit is contained in:
parent
c704701714
commit
fce30c0da0
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue