Fix static_words in go.kak
This commit is contained in:
parent
1a2eecd037
commit
619184bdf6
|
@ -33,7 +33,7 @@ evaluate-commands %sh{
|
|||
|
||||
# Add the language's grammar to the static completion list
|
||||
printf %s\\n "hook global WinSetOption filetype=go %{
|
||||
set-option window static_words '${keywords} ${attributes} ${types} ${values} ${functions}'
|
||||
set-option window static_words ${keywords} ${attributes} ${types} ${values} ${functions}
|
||||
}" | tr '|' ' '
|
||||
|
||||
# Highlight keywords
|
||||
|
|
Loading…
Reference in New Issue
Block a user