micro/runtime/syntax/html.micro
2016-03-25 16:41:36 -04:00

8 lines
324 B
Text

## Here is a short improved example for HTML.
##
syntax "HTML" "\.htm[l]?$"
color identifier start="<" end=">"
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)="