1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 16:45:40 +01:00

Merge pull request #133 from b-/master

Added "revise" temporary files from composure
This commit is contained in:
Anthony Scopatz 2017-01-03 15:56:14 -08:00 committed by GitHub
commit a1662aca4b

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$" "\.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( |$)" 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)\>" color green "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>"