zsh-syntax-highlighting icon indicating copy to clipboard operation
zsh-syntax-highlighting copied to clipboard

Fish shell like syntax highlighting for Zsh.

Results 145 zsh-syntax-highlighting issues
Sort by recently updated
recently updated
newest added

While sourcing `zsh-syntax-highlighting.zsh`, zsh encounter couple of warnings. ``` /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:434: array parameter ZSH_HIGHLIGHT_HIGHLIGHTERS set in enclosing scope in function (anon) _zsh_highlight_main__precmd_hook:1: array parameter _zsh_highlight_main__command_type_cache set in enclosing scope in function...

I feel there is huge difference between `

Idea

Hi, I have a strange issue with `ggpush` Git alias command. Can someone help me to fix this?

Does anyone already managed to make a SQL highlighter work with zsh-syntax-highlighting ? I plan to make it work when calling commands like `mysql -e 'SELECT ...'`, mycli and also...

Feature
resolution:if-and-when-needed

`alias ls='echo $(ls)'` then `ls` will cause zsh to crash. This avoids that. The idea is that we are still in the alias even when recursing into a nested list...

To reproduce: ```zsh $ cd "$(mktemp -d)" $ rm -rf -- "$(pwd)" $ zsh -f % source /path/to/zsh-syntax-highlighting.zsh % [try to type] ``` When I do that, the typing doesn't...

Bug
Task

Dear author, I found an issue. The brackets in string is still highlighted, although it doesn't have any function (just is text). Expected: All characters in a string that does...

Bug
Question
component:highlighter:brackets

When you use homebrew there is a specific source path you need to use in .zshrc in order for it to work. This is non-obvious and can be easily missed...

Task
Upstream
resolution:if-and-when-needed
component:docs
good first issue

Given * `add-zle-hook-widget ` has been called _before_ sourcing `zsh-syntax-highlighting`. When * we call `add-zle-hook-widget ` for the same value of `` at runtime. Then * `azhw:zle-` will go into...