* Syntax Files: Detect more files for highlighting

This commit is contained in:
Zach DeCook 2019-12-18 09:34:49 -05:00
parent c705a50603
commit 391ed68163
5 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,7 @@
## Here is an example for xml files.
##
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng)$"
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng|mei|musicxml)$"
color white "^.+$"
color green start="<" end=">"
color cyan "<[^> ]+"