Add musicxml to xml extensions (#8935)

This commit is contained in:
A-Walrus 2023-11-29 03:41:35 +02:00 committed by GitHub
parent 0d9145a1bf
commit 0739d13b03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2303,7 +2303,8 @@ file-types = [
"xliff", "xliff",
"xpdl", "xpdl",
"xul", "xul",
"xoml" "xoml",
"musicxml"
] ]
indent = { tab-width = 2, unit = " " } indent = { tab-width = 2, unit = " " }