mirror of
https://github.com/scopatz/nanorc
synced 2024-11-06 17:50:01 +01:00
e530684df4
Added comment highlighting. Added more common attributes.
9 lines
376 B
Plaintext
9 lines
376 B
Plaintext
## Here is a short improved example for HTML.
|
|
##
|
|
syntax "HTML" "\.htm[l]?$"
|
|
color brightblue start="<" end=">"
|
|
color red "&[^;[[:space:]]]*;"
|
|
color yellow ""[^"]*"|qq\|.*\|"
|
|
color red "(action|alt|bgcolor|height|href|id|label|longdesc|method|name|onclick|onfocus|onload|onmouseover|rel|size|span|src|style|target|title|type|value|width)="
|
|
color magenta start="<!--" end="-->"
|