]> git.lizzy.rs Git - micro.git/blob - syntax_files/html.micro
Proper window resize handling
[micro.git] / syntax_files / html.micro
1 ## Here is a short improved example for HTML.
2 ##
3 syntax "HTML" "\.htm[l]?$"
4 color identifier (s) "<.*?>"
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)="