]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/html.micro
adding hexidecimal numbers to the existing C syntax rules
[micro.git] / runtime / syntax / html.micro
1 ## Here is a short improved example for HTML.
2 ##
3 syntax "html" "\.htm[l]?$"
4 color identifier "<.*?>"
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)="