mirror of
https://github.com/scopatz/nanorc
synced 2024-10-31 23:00:00 +01:00
12 lines
425 B
Plaintext
12 lines
425 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="-->"
|
|
|
|
## Trailing spaces
|
|
color ,green "[[:space:]]+$"
|