micro/runtime/syntax/html.micro
2016-09-10 10:32:21 -04:00

8 lines
314 B
Text

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