diff options
author | Aleksey Kuznetsov | 2023-03-22 17:30:33 +0000 |
---|---|---|
committer | GitHub | 2023-03-22 17:30:33 +0000 |
commit | 2904a10fb1232e907f843f6195c0a13f3d917170 (patch) | |
tree | a91ad86db9e89cde1556c6acbf13be68a7146b24 | |
parent | f9a25a7e0928e1a2f98108cad0f2bea99bedad59 (diff) |
Add xib and storyboard file types (#6407)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 234b1313..2bf9218e 100644 --- a/languages.toml +++ b/languages.toml @@ -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 = [] |