syntax: sh: recognize shell rc files also in dedicated directories

This fulfills https://savannah.gnu.org/bugs/?57411.
master
Benno Schulenberg 2019-12-16 19:09:48 +01:00
parent 413b9cb774
commit 26d88ccbb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## Here is an example for Bourne shell scripts.
syntax sh "(\.sh|\.(a|ba|c|da|k|mk|pdk|tc|z)(sh|shrc|sh_profile)|/(etc/|\.)profile)$"
syntax sh "(\.sh|(\.|/)(a|ba|c|da|k|mk|pdk|tc|z)sh(rc|_profile)?|/(etc/|\.)profile)$"
header "^#!.*/(((a|ba|c|da|k|mk|pdk|tc|z)?sh)|(busybox|env) +sh|openrc-run|runscript)"
magic "(POSIX|Bourne-Again) shell script.*text"
comment "#"