1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00

Added 'Makefile' to sh.nanorc.

This commit is contained in:
Anthony Scopatz 2010-08-30 10:10:34 -05:00
parent 803e1f2b19
commit 8e4bd01860

View File

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