Files
zyedidia.micro/syntax_files/html.micro
2016-03-21 14:48:17 -04:00

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)="