From 1e2458772de936003124290049dcfe306e643f31 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sun, 1 Nov 2020 16:59:55 +0800 Subject: [PATCH] Highlight ~/.profile too --- rc/filetype/sh.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/sh.kak b/rc/filetype/sh.kak index e087d8fb..55ae3251 100644 --- a/rc/filetype/sh.kak +++ b/rc/filetype/sh.kak @@ -1,4 +1,4 @@ -hook global BufCreate .*\.(z|ba|c|k|mk)?sh(rc|_profile)? %{ +hook global BufCreate .*\.((z|ba|c|k|mk)?sh(rc|_profile)?|profile) %{ set-option buffer filetype sh }