nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit bb4edd01363c801b34d6aaf4e6cb6abecd3a6448
parent c9b3a71d02f6bbc9a2f1062eb6c5f6004b868b4a
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Wed, 18 Feb 2015 20:01:30 +0000

Recognizing also dash, openrc and runscript as shell scripts.
Patch by Mike Frysinger.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5120 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3+++
Mdoc/syntax/sh.nanorc | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +2015-02-18 Mike Frysinger <vapier@gentoo.org> + * doc/syntax/sh.nanorc: Recognize also dash, openrc and runscript. + 2015-02-16 Mike Frysinger <vapier@gentoo.org> * .gitignore: Ignore the autotools 'compile' file. diff --git a/doc/syntax/sh.nanorc b/doc/syntax/sh.nanorc @@ -1,7 +1,7 @@ ## Here is an example for Bourne shell scripts. syntax "sh" "\.sh$" -header "^#!.*(ba|k|pdk)?sh[-0-9_]*" +header "^#!.*((ba|da|k|pdk)?sh[-0-9_]*|openrc-run|runscript)" magic "(POSIX|Bourne.*) shell script text" icolor brightgreen "^[0-9A-Z_]+\(\)"