mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-24 18:22:07 +03:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
|
## Here is a short example for HTML.
|
||
|
##
|
||
|
syntax "html" "\.html$"
|
||
|
color blue start="<" end=">"
|
||
|
color red "&[^;[[:space:]]]*;"
|