Fix introduced mistake in kakrc highlighting

This commit is contained in:
Dan Rosén 2017-10-22 01:19:49 +02:00
parent 6740e3cc0c
commit 577d84217a

View File

@ -13,16 +13,16 @@ hook global BufCreate (.*/)?(kakrc|.*.kak) %{
add-highlighter -group / regions -default code kakrc \
comment (^|\h)\K\# $ '' \
double_string %{(^|\h)"} %{(?<!\\)(\\\\)*"} '' \
single_string %{(^|\h)'} %{(?<!\\)(\\\\)*'} '' \
shell '%sh\{' '\}' '\{' \
shell '%sh\(' '\)' '\(' \
shell '%sh\[' '\]' '\[' \
shell '%sh\<' '\>' '\<' \
shell '-shell-(completion|candidates)\h+%\{' '\}' '\{' \
shell '-shell-(completion|candidates)\h+%\(' '\)' '\(' \
shell '-shell-(completion|candidates)\h+%\[' '\]' '\[' \
shell '-shell-(completion|candidates)\h+%\<' '\>' '\<'
double_string %{(^|\h)\K"} %{(?<!\\)(\\\\)*"} '' \
single_string %{(^|\h)\K'} %{(?<!\\)(\\\\)*'} '' \
shell '(^|\h)\K%sh\{' '\}' '\{' \
shell '(^|\h)\K%sh\(' '\)' '\(' \
shell '(^|\h)\K%sh\[' '\]' '\[' \
shell '(^|\h)\K%sh\<' '\>' '\<' \
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