mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 17:02:06 +03:00
kakrc.kak: Fix static word definition
This commit is contained in:
parent
7064e890f5
commit
d7671f0cdf
@ -42,7 +42,7 @@ add-highlighter shared/ regions -default code kakrc \
|
||||
|
||||
# Add the language's grammar to the static completion list
|
||||
printf '%s\n' "hook global WinSetOption filetype=kak %{
|
||||
set window static_words '$(join "${keywords}:${attributes}:${types}:${values}" '|')'
|
||||
set window static_words '$(join "${keywords}:${attributes}:${types}:${values}" ':')'
|
||||
set -- window extra_word_chars '-'
|
||||
}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user