mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add xib and storyboard file types (#6407)
This commit is contained in:
parent
f9a25a7e09
commit
2904a10fb1
@ -2068,7 +2068,7 @@ source = { git = "https://github.com/Unoqwy/tree-sitter-kdl", rev = "e1cd292c6d1
|
||||
name = "xml"
|
||||
scope = "source.xml"
|
||||
injection-regex = "xml"
|
||||
file-types = ["xml", "mobileconfig", "plist"]
|
||||
file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard"]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
roots = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user