diff options
Diffstat (limited to 'rc/core/python.kak')
| -rw-r--r-- | rc/core/python.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/core/python.kak b/rc/core/python.kak index aee37957..f33fef24 100644 --- a/rc/core/python.kak +++ b/rc/core/python.kak @@ -104,7 +104,7 @@ add-highlighter shared/python/comment fill comment # Add the language's grammar to the static completion list printf %s\\n "hook global WinSetOption filetype=python %{ set-option window static_words '${values}:${meta}:${attributes}:${methods}:${exceptions}:${keywords}:${types}:${functions}' - }" | sed 's,|,:,g' + }" | tr '|' ':' # Highlight keywords printf %s " |
