Commit 45e3452b authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

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
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
...@@ -405,6 +405,7 @@ CVS code - ...@@ -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:
......
...@@ -211,7 +211,7 @@ ...@@ -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 "%.*"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment