feat(languages): recognise `.gir` as XML (#7152)

pull/16/head
yvt 12 months ago committed by GitHub
parent b107814e39
commit 3a8592abdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = []

Loading…
Cancel
Save