Mark GTK builder ui files as XML (#9754)

pull/9767/head
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
1 changed files with 2 additions and 1 deletions

View File

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