From f5542a7280d2775a7ea8ca2152d3adcb99915e0f Mon Sep 17 00:00:00 2001 From: yvt Date: Sat, 27 May 2023 21:06:49 +0900 Subject: [PATCH] feat(languages): recognise `.gir` as XML GIR is a file format used by [GObject Introspection][1] to store machine-readable API metadata of GObject libraries. [1]: https://gi.readthedocs.io/ --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index cfff2d39f1ed..899cd43f2c3d 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 = []