From 8972f77f7840841a159655c25071c46d78ef35e1 Mon Sep 17 00:00:00 2001 From: Lennard Hofmann Date: Sat, 14 Nov 2020 09:57:23 +0100 Subject: [PATCH] sh.kak: Highlight special parameters, e.g. $@, in double quotes --- 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 06565a8d..156cf69d 100644 --- a/rc/filetype/sh.kak +++ b/rc/filetype/sh.kak @@ -64,7 +64,7 @@ add-highlighter shared/sh/code/alias regex \balias(\h+[-+]\w)*\h+([\w-.]+)= 2:va add-highlighter shared/sh/code/function regex ^\h*(\S+)\h*\(\) 1:function add-highlighter shared/sh/code/unscoped_expansion regex (?