imanex / nanosyntax

Automatically exported from code.google.com/p/nanosyntax
0 stars 0 forks source link

change "set" in bash.nanorc #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The term "set" is repeated (in two different colors). I removed it from one
of them. I also added unset as something to be highlighted.

--- bash.nanorc 2009-12-28 13:01:06.000000000 +0200
+++ newbash.nanorc  2009-12-28 13:02:13.000000000 +0200
@@ -11,3 +11,3 @@
 # Control
-color magenta
"\<(if|else|for|function|case|esac|in|select|until|while|do|elif|then|set|\.|don
e|fi)\>"
+color magenta
"\<(if|else|for|function|case|esac|in|select|until|while|do|elif|then|\.|done|fi
)\>"

@@ -18,3 +18,3 @@
 # Builtins
-color red
"\<(source|alias|bg|bind|break|builtin|cd|command|compgen|complete|continue|dirs
|disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let
|logout|popd|printf|pushd|pwd|return|set|shift|shopt|suspend|test|times|trap|typ
e|ulimit|umask|unalias|wait)\>"
+color red
"\<(source|alias|bg|bind|break|builtin|cd|command|compgen|complete|continue|dirs
|disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let
|logout|popd|printf|pushd|pwd|return|(un)?set|shift|shopt|suspend|test|times|tra
p|type|ulimit|umask|unalias|wait)\>"

Original issue reported on code.google.com by eitan.ad...@gmail.com on 28 Dec 2009 at 11:03