set bash-fc file's syntax as shell (#1679)

* set bash-fc file's syntax as shell

* remove dups from shell file matcher
This commit is contained in:
Shinichi TAMURA
2020-05-25 12:50:30 +09:00
committed by GitHub
parent c5b0c2d41f
commit cc09712d14

View File

@@ -1,7 +1,7 @@
filetype: shell
detect:
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)"
filename: "(\\.sh$|\\.bash|\\.ash|bashrc|bash_aliases|bash_functions|profile|bash-fc\\.|Pkgfile|pkgmk.conf|rc.conf|PKGBUILD|.ebuild\\$|APKBUILD)"
header: "^#!.*/(env +)?(ba)?(a)?sh( |$)"
rules: