vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 258730f3c0f1e445543e820d4b8df41d4ac9c59a
parent a3972cb0783b261f1e314829aa2e7f730adc2d5c
Author: Evan Gates <evan.gates@gmail.com>
Date:   Wed, 15 Jun 2022 14:29:22 -0600

filetype: add .bashrc and .bash_profile

Diffstat:
Mlua/plugins/filetype.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua @@ -43,7 +43,7 @@ vis.ftdetect.filetypes = { }, bash = { utility = { "^[db]ash$", "^sh$","^t?csh$","^zsh$" }, - ext = { "%.bash$", "%.csh$", "%.sh$", "%.zsh$" ,"^APKBUILD$", "%.ebuild$"}, + ext = { "%.bash$", "%.csh$", "%.sh$", "%.zsh$" ,"^APKBUILD$", "%.ebuild$", "^.bashrc$", "^.bash_profile$" }, mime = { "text/x-shellscript", "application/x-shellscript" }, }, batch = {