You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to follow strictly this INSTALL.md and use this syntax highlighting but am always getting:
zsh-syntax-highlighting: error: $region_highlight is not defined
zsh-syntax-highlighting: (Check whether zsh-syntax-highlighting was installed according to the instructions.)
I tryied almost every solution on google. Anyone's getting the same error?
The text was updated successfully, but these errors were encountered:
INSTALL.md lists several different ways to install on Ubuntu. How exactly did you install?
At any rate, that error message means _zsh_highlight was invoked as a plain function rather than as a zle widget. That's not supposed to happen under any installation method. Easiest way to debug is to print -r -- $funcstack > /dev/tty at the top of _zsh_highlight.
i am trying to follow strictly this INSTALL.md and use this syntax highlighting but am always getting:
I tryied almost every solution on google. Anyone's getting the same error?
The text was updated successfully, but these errors were encountered: