From 3a8592abdb9f30c7ebb74f10fa5127e754d18bc6 Mon Sep 17 00:00:00 2001 From: yvt Date: Sat, 27 May 2023 23:01:50 +0900 Subject: [PATCH] feat(languages): recognise `.gir` as XML (#7152) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index cfff2d39f..899cd43f2 100644 --- a/languages.toml +++ b/languages.toml @@ -2146,7 +2146,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", "xib", "storyboard", "svg", "xsd", "gml", "xaml"] +file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard", "svg", "xsd", "gml", "xaml", "gir"] indent = { tab-width = 2, unit = " " } roots = []