Skip to content

Instantly share code, notes, and snippets.

@agnosticdev
Last active September 12, 2015 17:14
Show Gist options
  • Save agnosticdev/3d3c02e5d1419aa43df7 to your computer and use it in GitHub Desktop.
Save agnosticdev/3d3c02e5d1419aa43df7 to your computer and use it in GitHub Desktop.
NANORC HTML Syntax Configuration
syntax "html" "\.htm[l]?$"
color red start="<" end=">"
color white "(<|=|>)"
color green "&[^;[[:space:]]]*;"
color yellow ""[^"]*"|qq\|.*\|"
color green "(alt|class|title|id|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment