]> git.wh0rd.org Git - nano.git/commitdiff
nanorc.sample: - Add some examples for HTML and TeX files (David Benbennick)
authorChris Allegretta <chrisa@asty.org>
Wed, 2 Oct 2002 00:05:40 +0000 (00:05 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 2 Oct 2002 00:05:40 +0000 (00:05 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1288 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
nanorc.sample

index aedb9a041732cf2bafd6bfcda91d6ca069413e11..82a93715cafe1c174c7ba5f56e1d9847c843322a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-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).
@@ -128,6 +128,7 @@ CVS code -
          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.
index 908cd458d34416cba415bb30a9a4359072a1a079..cbac07cd745d265fd3c93c23d519c3166f28fa52 100644 (file)
 # 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 "^>.*"
+