mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-01 13:50:44 +00:00
Merge pull request #123 from onodera-punpun/package_syntax
Add some distro specific files to syntax
This commit is contained in:
commit
b4fd6de449
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue