Allow a buffer to be opened simultaneously

This commit is contained in:
Zachary Yedidia
2016-09-10 10:30:15 -04:00
parent ba9560079c
commit fd786b3020
5 changed files with 19 additions and 13 deletions

View File

@@ -1,11 +1,8 @@
## Here is an example for xml files.
##
syntax "xml" "\.(xml|sgml?|rng|plist)$"
color white "^.+$"
color green start="<" end=">"
color cyan "<[^> ]+"
color cyan ">"
color yellow start="<!DOCTYPE" end="[/]?>"
color yellow start="<!--" end="-->"
color red "&[^;]*;"
color statement "<[^> ]+"
color statement ">"
color comment start="<!DOCTYPE" end="[/]?>"
color comment start="<!--" end="-->"
color special "&[^;]*;"