diff options
author | yvt | 2023-05-27 14:01:50 +0000 |
---|---|---|
committer | GitHub | 2023-05-27 14:01:50 +0000 |
commit | 3a8592abdb9f30c7ebb74f10fa5127e754d18bc6 (patch) | |
tree | fcd5d71fda80e2aaa67c77fb16e4171bc7177fe0 | |
parent | b107814e3939b5cff9497e19780ac433e20e9a01 (diff) |
feat(languages): recognise `.gir` as XML (#7152)
-rw-r--r-- | languages.toml | 2 |
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 = [] |