in nanorc.sample, simplify the extensions associated with the "nanorc"
regexes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3600 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
c1662f2eb7
commit
3dc0e23e0c
|
@ -449,6 +449,8 @@ CVS code -
|
||||||
variables, such as $? and $@. (Benno Schulenberg)
|
variables, such as $? and $@. (Benno Schulenberg)
|
||||||
- Tweak the "nanorc" regexes to color comments bright blue
|
- Tweak the "nanorc" regexes to color comments bright blue
|
||||||
instead of blue. (John M. Gabriele)
|
instead of blue. (John M. Gabriele)
|
||||||
|
- Simplify the extensions associated with the "nanorc" regexes.
|
||||||
|
(DLR)
|
||||||
- src/Makefile.am:
|
- src/Makefile.am:
|
||||||
- If we're uninstalling, remove the "rnano" symlink. (DLR, found
|
- If we're uninstalling, remove the "rnano" symlink. (DLR, found
|
||||||
by Benno Schulenberg)
|
by Benno Schulenberg)
|
||||||
|
|
|
@ -366,7 +366,7 @@
|
||||||
|
|
||||||
## Here is an example for your .nanorc.
|
## Here is an example for your .nanorc.
|
||||||
##
|
##
|
||||||
# syntax "nanorc" "(\.|/|)nanorc$"
|
# syntax "nanorc" "\.?nanorc$"
|
||||||
## Possible errors and parameters
|
## Possible errors and parameters
|
||||||
# icolor brightwhite "^[[:space:]]*((un)?set|include|syntax|i?color).*$"
|
# icolor brightwhite "^[[:space:]]*((un)?set|include|syntax|i?color).*$"
|
||||||
## Keywords
|
## Keywords
|
||||||
|
|
Loading…
Reference in New Issue