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

Is it possible to achieve the following highlighting in ZLE's Vi visual mode? ![2022-08-10-213746_1920x1080_scrot](https://user-images.githubusercontent.com/23140889/184008770-9b0174f2-391b-4af6-930a-07873edb3858.png) (The picture was taken from Vim, not Zsh) So, to break it down, what I would...

Question

I wonder if we should release master as 0.8.0 so we can immediately after that merge redrawhook, which is overdue. Thoughts? How long should the pre-release freeze be (waiting for...

Question
Task

After updating to the latest zsh version. The `zsh-syntax-highlighting` does not work anymore. ``` OS: Archlinux Version: zsh 5.9 (x86_64-pc-linux-gnu) ``` --- Related Config: ``` plugins=( zsh-autosuggestions zsh-syntax-highlighting # vi-mode...

Upstream
Regression
feature:redrawhook

…install. related issue: https://github.com/zsh-users/zsh-syntax-highlighting/issues/828

When cd'd into a remote filesystem, the syntax highlighter can be very slow, impacting how quickly text appears in the prompt. This wouldn't be an issue if the highlighting was...

Idea
performance

Installed using the "Using packages" install how-to section for Ubuntu, but syntax highlighting does not work. .zshrc file obviously does not have sourcing information, and after trying all of the...

Bug
component:docs
good first issue

Made the document more structured and easier to read.

The link to zplugin is broken. Is there a replacement URL? E.g., is https://github.com/zdharma-continuum/zinit a newer version of the same thing?

Bug
component:docs

The [Fig Plugin Store](https://fig.io/plugins) supports 1-click install for 400+ shell plugins. We have over 100k users, thousands of whom manage their shell configuration with Fig. Zsh Syntax Highlighting is already...

It is possible to write a loop using a different syntax like: while (( i++ < 10 )) { echo i is $i } Issue: The syntax highlighting fails on...

Bug
syntax:command-word
good first issue