html.nanorc 312 B

12345678
  1. ## Here is a short improved example for HTML.
  2. ##
  3. syntax "html" "\.htm[l]?$"
  4. color brightblue start="<" end=">"
  5. color red "&[^;[[:space:]]]*;"
  6. color yellow ""[^"]*"|qq\|.*\|"
  7. color red "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="