micro/runtime/syntax/html.micro

8 lines
324 B
Text
Raw Normal View History

2016-03-21 16:16:02 +00:00
## Here is a short improved example for HTML.
##
syntax "html" "\.htm[l]?$"
2016-03-25 20:41:36 +00:00
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)="