mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-13 22:37:21 +03:00
fe9da9425e
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4899 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
## Here is a short example for HTML.
|
|
|
|
syntax "html" "\.html?$"
|
|
magic "HTML document text"
|
|
|
|
color cyan start="<" end=">"
|
|
color red "&[^;[:space:]]*;"
|
|
color green ""(\\.|[^"])*""
|