mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-07 08:20:59 +00:00
Update sh.yaml
support Ash as well as Bash, Sh, Dash.
This commit is contained in:
parent
f40abc1a59
commit
0e56c0c816
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
filetype: shell
|
||||
|
||||
detect:
|
||||
filename: "(\\.sh$|\\.bash|\\.bashrc|bashrc|\\.bash_aliases|bash_aliases|\\.bash_functions|bash_functions|\\.bash_profile|bash_profile|Pkgfile|pkgmk.conf|profile|rc.conf|PKGBUILD|.ebuild\\$|APKBUILD)"
|
||||
header: "^#!.*/(env +)?(ba)?sh( |$)"
|
||||
filename: "(\\.sh$|\\.bash|\\.ash|\\.bashrc|bashrc|\\.bash_aliases|bash_aliases|\\.bash_functions|bash_functions|\\.bash_profile|bash_profile|\\.profile|profile|Pkgfile|pkgmk.conf|profile|rc.conf|PKGBUILD|.ebuild\\$|APKBUILD)"
|
||||
header: "^#!.*/(env +)?(ba)?(a)?sh( |$)"
|
||||
|
||||
rules:
|
||||
# Numbers
|
||||
|
|
|
|||
Loading…
Reference in a new issue