]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/html.micro
Merge branch 'elementary-mouse'
[micro.git] / runtime / syntax / html.micro
1 ## Here is a short improved example for HTML.
2 ##
3 syntax "HTML" "\.htm[l]?$"
4 color identifier start="<" end=">"
5 color special "&[^;[[:space:]]]*;"
6 color constant ""[^"]*"|qq\|.*\|"
7 color statement "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="