mirror of https://github.com/helix-editor/helix
Add musicxml to xml extensions (#8935)
parent
0d9145a1bf
commit
0739d13b03
|
@ -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 = " " }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue