From 577d84217ad87590f95e66964de528acc0c42c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Ros=C3=A9n?= Date: Sun, 22 Oct 2017 01:19:49 +0200 Subject: [PATCH] Fix introduced mistake in kakrc highlighting --- rc/core/kakrc.kak | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/rc/core/kakrc.kak b/rc/core/kakrc.kak index 46c59e6d..060985a2 100644 --- a/rc/core/kakrc.kak +++ b/rc/core/kakrc.kak @@ -13,16 +13,16 @@ hook global BufCreate (.*/)?(kakrc|.*.kak) %{ add-highlighter -group / regions -default code kakrc \ comment (^|\h)\K\# $ '' \ - double_string %{(^|\h)"} %{(?' '\<' \ - shell '-shell-(completion|candidates)\h+%\{' '\}' '\{' \ - shell '-shell-(completion|candidates)\h+%\(' '\)' '\(' \ - shell '-shell-(completion|candidates)\h+%\[' '\]' '\[' \ - shell '-shell-(completion|candidates)\h+%\<' '\>' '\<' + double_string %{(^|\h)\K"} %{(?' '\<' \ + shell '(^|\h)\K-shell-(completion|candidates)\h+%\{' '\}' '\{' \ + shell '(^|\h)\K-shell-(completion|candidates)\h+%\(' '\)' '\(' \ + shell '(^|\h)\K-shell-(completion|candidates)\h+%\[' '\]' '\[' \ + shell '(^|\h)\K-shell-(completion|candidates)\h+%\<' '\>' '\<' %sh{ # Grammar