From 8e4bd018606bab5fdeb91541af1ad13c095dd756 Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Mon, 30 Aug 2010 10:10:34 -0500 Subject: [PATCH] Added 'Makefile' to sh.nanorc. --- sh.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh.nanorc b/sh.nanorc index be1a1a9..855a84b 100644 --- a/sh.nanorc +++ b/sh.nanorc @@ -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 "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"