From 671efa774d82f5c4e0fc6b15e4097a8c36951639 Mon Sep 17 00:00:00 2001 From: Camille Scholtz Date: Wed, 18 May 2016 19:40:05 +0200 Subject: [PATCH] Add some distro specific files to syntax --- runtime/syntax/sh.micro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/sh.micro b/runtime/syntax/sh.micro index 27f28769..02443043 100644 --- a/runtime/syntax/sh.micro +++ b/runtime/syntax/sh.micro @@ -1,6 +1,6 @@ ## Here is an example for Bourne shell scripts. ## -syntax "SH" "\.sh$" "\.bash" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_functions" "bash_functions" "\.bash_profile" "bash_profile" +syntax "SH" "\.sh$" "\.bash" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_functions" "bash_functions" "\.bash_profile" "bash_profile" "Pkgfile" "PKGBUILD" ".ebuild\$" "APKBUILD" header "^#!.*/(env +)?(ba)?sh( |$)" color statement "\b(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\b"