From 176336f2dedded583aa8d775e6f97ad25a293aa5 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 5 Nov 2012 12:55:17 -0800 Subject: Imported Upstream version 2.3.1 --- doc/syntax/sh.nanorc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/syntax/sh.nanorc (limited to 'doc/syntax/sh.nanorc') diff --git a/doc/syntax/sh.nanorc b/doc/syntax/sh.nanorc new file mode 100644 index 0000000..f660105 --- /dev/null +++ b/doc/syntax/sh.nanorc @@ -0,0 +1,15 @@ +## Here is an example for Bourne shell scripts. +## +syntax "sh" "\.sh$" +magic "(POSIX|Bourne.*) shell script text" +header "^#!.*/(ba|k|pdk)?sh[-0-9_]*" +icolor brightgreen "^[0-9A-Z_]+\(\)" +color green "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>" +color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)" +color green "-[Ldefgruwx]\>" +color green "-(eq|ne|gt|lt|ge|le|s|n|z)\>" +color brightblue "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|install|let|ln|make|mkdir|mv|rm|sed|set|tar|touch|umask|unset)\>" +icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?" +color cyan "(^|[[:space:]])#.*$" +color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'" +color ,green "[[:space:]]+$" -- cgit v1.2.3