in nanorc.sample, tweak one "TeX" regex to use the "icolor" directive

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3043 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-10-11 19:20:52 +00:00
parent 4005fc6257
commit 45e3452b3e
2 changed files with 2 additions and 1 deletions

View File

@ -405,6 +405,7 @@ CVS code -
support C99 standard integer types, support more GCC builtins, support C99 standard integer types, support more GCC builtins,
and color code flow control statements differently. (Mike and color code flow control statements differently. (Mike
Frysinger) DLR: Slightly simplify the integer types regex. Frysinger) DLR: Slightly simplify the integer types regex.
- Tweak one "TeX" regex to use the "icolor" directive. (DLR)
- doc/man/nanorc.5: - doc/man/nanorc.5:
- Explain how the "none" and "default" syntaxes work. (DLR) - Explain how the "none" and "default" syntaxes work. (DLR)
- doc/man/fr/nano.1, doc/man/fr/nanorc.5: - doc/man/fr/nano.1, doc/man/fr/nanorc.5:

View File

@ -211,7 +211,7 @@
## Here is a short example for TeX files ## Here is a short example for TeX files
# syntax "TeX" "\.tex$" # syntax "TeX" "\.tex$"
# color green "\\.|\\[A-Za-z]*" # icolor green "\\.|\\[A-Z]*"
# color magenta "[{}]" # color magenta "[{}]"
# color blue "%.*" # color blue "%.*"