micro/runtime/syntax/html.micro

8 lines
314 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]?$"
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)="