aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
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 = " " }