mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Update html.nanorc
Added comment highlighting. Added more common attributes.
This commit is contained in:
parent
c79521658c
commit
e530684df4
1 changed files with 2 additions and 1 deletions
|
|
@ -4,4 +4,5 @@ syntax "HTML" "\.htm[l]?$"
|
||||||
color brightblue start="<" end=">"
|
color brightblue start="<" end=">"
|
||||||
color red "&[^;[[:space:]]]*;"
|
color red "&[^;[[:space:]]]*;"
|
||||||
color yellow ""[^"]*"|qq\|.*\|"
|
color yellow ""[^"]*"|qq\|.*\|"
|
||||||
color red "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="
|
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="-->"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue