mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-09-18 00:10:15 +00:00
Issue 8: Trigger highlighting on magic-space (thanks to sunaku)
This commit is contained in:
@@ -81,6 +81,7 @@ colorize-zle-buffer() {
|
||||
# Bind the function to ZLE events.
|
||||
ZLE_COLORED_FUNCTIONS=(
|
||||
self-insert
|
||||
magic-space
|
||||
delete-char
|
||||
backward-delete-char
|
||||
kill-word
|
||||
|
||||
Reference in New Issue
Block a user