2006-06-01 17:23:28 +00:00
|
|
|
## Here is a short example for HTML.
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2014-02-22 18:57:24 +00:00
|
|
|
syntax "html" "\.html?$"
|
2011-02-13 04:23:10 +00:00
|
|
|
magic "HTML document text"
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2014-02-22 18:57:24 +00:00
|
|
|
color cyan start="<" end=">"
|
|
|
|
color red "&[^;[:space:]]*;"
|
|
|
|
color green ""(\\.|[^"])*""
|