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 e5e45fd..5aebdcc 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -40,7 +40,7 @@ vis.ftdetect.filetypes = { ext = { "%.awk$" }, }, bash = { - ext = { "%.bash$", "%.csh$", "%.sh$", "%.zsh$" }, + ext = { "%.bash$", "%.csh$", "%.sh$", "%.zsh$" ,"^APKBUILD$", "%.ebuild$"}, mime = { "text/x-shellscript", "application/x-shellscript" }, }, batch = { |
