aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorKeir Lawson2024-02-29 10:09:29 +0000
committerGitHub2024-02-29 10:09:29 +0000
commitd0bb77447138f5f70f96b174a8f29045a956c8c4 (patch)
tree70ac80b6fa905130f8363045551cff332e206e43 /languages.toml
parente51a1e4e2ae99b8e1ad751e7dfa024a7d0e4ba8f (diff)
Mark GTK builder ui files as XML (#9754)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index d2a183de..a2c10d11 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2470,7 +2470,8 @@ file-types = [
"xul",
"xoml",
"musicxml",
- "glif"
+ "glif",
+ "ui"
]
block-comment-tokens = { start = "<!--", end = "-->" }
indent = { tab-width = 2, unit = " " }