From 28c1a995028b47a2ad28267953dea915e6e1b0f1 Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Tue, 25 Sep 2012 17:20:55 -0500 Subject: [PATCH] Added default bash files to sh.nanorc --- sh.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh.nanorc b/sh.nanorc index 855a84b..959a1b9 100644 --- a/sh.nanorc +++ b/sh.nanorc @@ -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 "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"