Fix introduced mistake in kakrc highlighting
This commit is contained in:
parent
6740e3cc0c
commit
577d84217a
|
@ -13,16 +13,16 @@ hook global BufCreate (.*/)?(kakrc|.*.kak) %{
|
||||||
|
|
||||||
add-highlighter -group / regions -default code kakrc \
|
add-highlighter -group / regions -default code kakrc \
|
||||||
comment (^|\h)\K\# $ '' \
|
comment (^|\h)\K\# $ '' \
|
||||||
double_string %{(^|\h)"} %{(?<!\\)(\\\\)*"} '' \
|
double_string %{(^|\h)\K"} %{(?<!\\)(\\\\)*"} '' \
|
||||||
single_string %{(^|\h)'} %{(?<!\\)(\\\\)*'} '' \
|
single_string %{(^|\h)\K'} %{(?<!\\)(\\\\)*'} '' \
|
||||||
shell '%sh\{' '\}' '\{' \
|
shell '(^|\h)\K%sh\{' '\}' '\{' \
|
||||||
shell '%sh\(' '\)' '\(' \
|
shell '(^|\h)\K%sh\(' '\)' '\(' \
|
||||||
shell '%sh\[' '\]' '\[' \
|
shell '(^|\h)\K%sh\[' '\]' '\[' \
|
||||||
shell '%sh\<' '\>' '\<' \
|
shell '(^|\h)\K%sh\<' '\>' '\<' \
|
||||||
shell '-shell-(completion|candidates)\h+%\{' '\}' '\{' \
|
shell '(^|\h)\K-shell-(completion|candidates)\h+%\{' '\}' '\{' \
|
||||||
shell '-shell-(completion|candidates)\h+%\(' '\)' '\(' \
|
shell '(^|\h)\K-shell-(completion|candidates)\h+%\(' '\)' '\(' \
|
||||||
shell '-shell-(completion|candidates)\h+%\[' '\]' '\[' \
|
shell '(^|\h)\K-shell-(completion|candidates)\h+%\[' '\]' '\[' \
|
||||||
shell '-shell-(completion|candidates)\h+%\<' '\>' '\<'
|
shell '(^|\h)\K-shell-(completion|candidates)\h+%\<' '\>' '\<'
|
||||||
|
|
||||||
%sh{
|
%sh{
|
||||||
# Grammar
|
# Grammar
|
||||||
|
|
Loading…
Reference in New Issue
Block a user