1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-04-27 07:55:06 +02:00

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

This commit is contained in:
yvt 2023-05-27 23:01:50 +09:00 committed by GitHub
parent b107814e39
commit 3a8592abdb
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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