aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authoryvt2023-05-27 14:01:50 +0000
committerGitHub2023-05-27 14:01:50 +0000
commit3a8592abdb9f30c7ebb74f10fa5127e754d18bc6 (patch)
treefcd5d71fda80e2aaa67c77fb16e4171bc7177fe0 /languages.toml
parentb107814e3939b5cff9497e19780ac433e20e9a01 (diff)
feat(languages): recognise `.gir` as XML (#7152)
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 cfff2d39..899cd43f 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 = []