mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 17:50:15 +09:00
Improve performance for xml and html files
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
## Here is an example for xml files.
|
||||
|
||||
syntax "xml" "\.(xml|sgml?|rng|plist)$"
|
||||
color statement "<[^> ]+"
|
||||
color statement ">"
|
||||
color identifier "<.*?>"
|
||||
color comment start="<!DOCTYPE" end="[/]?>"
|
||||
color comment start="<!--" end="-->"
|
||||
color special "&[^;]*;"
|
||||
|
||||
Reference in New Issue
Block a user