Add '-' as completion extra word character for kakrc files
This commit is contained in:
parent
343df600cb
commit
4cfa4062bc
|
@ -27,6 +27,7 @@ add-highlighter -group / regions -default code kakrc \
|
||||||
# Add the language's grammar to the static completion list
|
# Add the language's grammar to the static completion list
|
||||||
printf %s\\n "hook global WinSetOption filetype=kak %{
|
printf %s\\n "hook global WinSetOption filetype=kak %{
|
||||||
set window static_words '${keywords}:${values}'
|
set window static_words '${keywords}:${values}'
|
||||||
|
set -- window completion_extra_word_char '-'
|
||||||
}" | sed 's,|,:,g'
|
}" | sed 's,|,:,g'
|
||||||
|
|
||||||
# Highlight keywords
|
# Highlight keywords
|
||||||
|
|
Loading…
Reference in New Issue
Block a user