- syntax: Add a few more file endings

This commit is contained in:
Zach DeCook 2019-12-18 22:08:43 -05:00
parent c8e328c847
commit aaee778ba5
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
## Here is an example for xml files.
##
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng|mei|musicxml)$"
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng|vue|mei|musicxml)$"
header "<\?xml.*version=.*\?>"
magic "(XML|SGML) (sub)?document"
comment "<!--|-->"