aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorAleksey Kuznetsov2023-03-22 17:30:33 +0000
committerGitHub2023-03-22 17:30:33 +0000
commit2904a10fb1232e907f843f6195c0a13f3d917170 (patch)
treea91ad86db9e89cde1556c6acbf13be68a7146b24 /languages.toml
parentf9a25a7e0928e1a2f98108cad0f2bea99bedad59 (diff)
Add xib and storyboard file types (#6407)
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 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 = []