1
1

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
Этот коммит содержится в:
David Lawrence Ramsey 2005-10-11 19:20:52 +00:00
родитель 4005fc6257
Коммит 45e3452b3e
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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 @@
## 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 "%.*"