Mark GTK builder ui files as XML (#9754)

This commit is contained in:
Keir Lawson 2024-02-29 10:09:29 +00:00 committed by GitHub
parent e51a1e4e2a
commit d0bb774471
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2470,7 +2470,8 @@ file-types = [
"xul",
"xoml",
"musicxml",
"glif"
"glif",
"ui"
]
block-comment-tokens = { start = "<!--", end = "-->" }
indent = { tab-width = 2, unit = " " }