diff options
Diffstat (limited to 'share/nano/html.nanorc')
-rw-r--r-- | share/nano/html.nanorc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/nano/html.nanorc b/share/nano/html.nanorc new file mode 100644 index 0000000..d31467d --- /dev/null +++ b/share/nano/html.nanorc @@ -0,0 +1,5 @@ +## Here is a short example for HTML. +## +syntax "html" "\.html$" +color blue start="<" end=">" +color red "&[^;[[:space:]]]*;" |