From 334fed9dd20f19bbd78b1c73d081d625c222640a Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 12 Jan 2021 10:57:19 +0100 Subject: filetype: Set "bash" for APKBUILD and .ebuild. --- lua/plugins/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3