Added 'Makefile' to sh.nanorc.

This commit is contained in:
Anthony Scopatz 2010-08-30 10:10:34 -05:00
parent 803e1f2b19
commit 8e4bd01860
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$"
syntax "sh" "\.sh$" "Makefile"
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 "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"