mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-14 02:50:30 +09:00
8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
## Here is a short improved example for HTML.
|
|
##
|
|
syntax "HTML" "\.htm[l]?$"
|
|
color brightblue "(?s)<.*?>"
|
|
color red "&[^;[[:space:]]]*;"
|
|
color yellow ""[^"]*"|qq\|.*\|"
|
|
color red "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="
|