diff options
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 051f061..4d411bb 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -46,7 +46,7 @@ vis.ftdetect.filetypes = { }, bash = { utility = { "^[db]ash$", "^sh$","^t?csh$","^zsh$" }, - ext = { "%.bash$", "%.csh$", "%.sh$", "%.zsh$" ,"^APKBUILD$", "%.ebuild$", "^.bashrc$", "^.bash_profile$" }, + ext = { "%.[by]ash$", "%.[acz]?sh$", "^APKBUILD$", "%.ebuild$", "^.[by]ashrc$", "^.[by]ash_profile$" , "^.profile" }, mime = { "text/x-shellscript", "application/x-shellscript" }, }, batch = { |
