mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-23 01:07:16 +09:00
Update syntax files
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
|
||||
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng)$"
|
||||
color white "^.+$"
|
||||
color green (s) "<.*?>"
|
||||
color green start="<" end=">"
|
||||
color cyan "<[^> ]+"
|
||||
color cyan ">"
|
||||
color yellow (s) "<!DOCTYPE.*?[/]?>"
|
||||
color yellow (s) "<!--.*?-->"
|
||||
color yellow start="<!DOCTYPE" end="[/]?>"
|
||||
color yellow start="<!--" end="-->"
|
||||
color red "&[^;]*;"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user