Last active
September 12, 2015 17:14
-
-
Save agnosticdev/3d3c02e5d1419aa43df7 to your computer and use it in GitHub Desktop.
NANORC HTML Syntax Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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