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