aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorA-Walrus2023-11-29 01:41:35 +0000
committerGitHub2023-11-29 01:41:35 +0000
commit0739d13b038d4fe75604612caf468cc376734d0c (patch)
tree04274a6f8a6c25cfa278e55576e9690ac1234059 /languages.toml
parent0d9145a1bf2c1987f99347848705ad844284bad8 (diff)
Add musicxml to xml extensions (#8935)
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 33b27626..613a91bd 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2303,7 +2303,8 @@ file-types = [
"xliff",
"xpdl",
"xul",
- "xoml"
+ "xoml",
+ "musicxml"
]
indent = { tab-width = 2, unit = " " }