vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 9854f5493a60a694f11f52779247b54d7a17aa81 parent 1e67de339618dafb50b70d16a5ddbe15e50bfb4b Author: parazyd <parazyd@dyne.org> Date: Tue, 12 Jan 2021 10:57:19 +0100 filetype: Set "bash" for APKBUILD and .ebuild. Diffstat:
| M | lua/plugins/filetype.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 = {