Added default bash files to sh.nanorc

This commit is contained in:
Anthony Scopatz 2012-09-25 17:20:55 -05:00
parent c227d4d2bd
commit 28c1a99502
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## Here is an example for Bourne shell scripts.
##
syntax "sh" "\.sh$" "Makefile"
syntax "sh" "\.sh$" "Makefile" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_profile" "bash_profile"
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 "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"