From 2904a10fb1232e907f843f6195c0a13f3d917170 Mon Sep 17 00:00:00 2001 From: Aleksey Kuznetsov Date: Wed, 22 Mar 2023 22:30:33 +0500 Subject: [PATCH] Add xib and storyboard file types (#6407) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 234b1313e..2bf9218e5 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 = []