From 8f42c1e5004a913222ee72b798f3ca5b18a6ad56 Mon Sep 17 00:00:00 2001 From: Brian Recchia Date: Tue, 3 Jan 2017 17:07:03 -0500 Subject: [PATCH] Added "revise" temporary files from composure (github.com/erichs/composure) --- sh.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh.nanorc b/sh.nanorc index 319a8c6..a3854c9 100644 --- a/sh.nanorc +++ b/sh.nanorc @@ -1,6 +1,6 @@ ## Here is an example for Bourne shell scripts. ## -syntax "SH" "\.sh$" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_functions" "bash_functions" "\.bash_profile" "bash_profile" +syntax "SH" "\.sh$" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_functions" "bash_functions" "\.bash_profile" "bash_profile" "revise\..+$" header "^#!.*/(env +)?(ba)?sh( |$)" color green "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>"