mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 14:40:20 +09:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user