-CVS code -
+GNU nano 1.1.11 - 10/01/2002
- General:
- Translation updates (see po/ChangeLog for details).
- Upgraded to gettext 0.11.5 (Jordi).
helped ;-). Some unneeded \'s in that sequence removed, and
a new sequence to handle multi-line quotes added, by David
Benbennick.
+ - Add some examples for HTML and TeX files (David Benbennick).
- rcfile.c:
parse_colors()
- Stop infinite loop when syntax doesn't begin with " char.
# color brightblue "//.*"
# color brightblue start="/\*" end="\*/"
+# Here are some short examples for TeX files and HTML
+# syntax "HTML" "\.html$"
+#
+# color blue start="<" end=">"
+# color red "&([^; ])*;"
+#
+# syntax "TeX" "\.tex$"
+#
+# color green "\\(.|([A-Za-z]*))"
+# color magenta "\{" "\}"
+# color blue "%.*"
+
# For this you will probably want to set your editor to "nano -Y mutt"
# syntax "mutt"
# color green "^>.*"
+