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

Hello, Testing commands for a script I want to write, I executed the following: `var=$(curl https://iptv-org.github.io/iptv/channels.json | jq '.') && sel=$(echo $var | jq '.[].name' | dmenu) && echo $var...

This is a mirror issue of the sublimehq/Packages#2635. ## Summary Arithmetic Evaluation context is not subject to comments. ## Description Syntax highlighting engine treats `#` symbol inside an Arithmetic Evaluation...

It's right there [at the top of the landing page](https://github.com/zsh-users/zsh-syntax-highlighting#zsh-syntax-highlighting-). The contrast of green and yellow foreground to the black background isn't too great.

Task
component:docs

Rationale: Typing at the command-line generally proceeds from left to right, and the typist may open many brackets as he goes. Newly-opened brackets usually not errors, but unfinished thoughts. The...

After #777 another proposal is `ZSH_HIGHLIGHT_STYLES[cursor-containing-brackets]`, a dynamic style like `cursor-matchingbracket`, which changes with the context of the cursor. I left it unstyled by default in the PR. If enabled...

I've looked at #532, #533, #455, and am not entirely sure of your current thinking on this. This PR addresses only backslash escaping. Current highlighting: ![last image](https://user-images.githubusercontent.com/727482/98450617-0446b900-210c-11eb-9d55-d2726d6d2173.png) with patch: ~Let...

Bug
Improvement
component:highlighter:brackets

I keep having following error , git plugin's color always gets messed up. How can I handle this error? ``` zsh-syntax-highlighting: unhandled ZLE widget '^_^_^@' zsh-syntax-highlighting: (This is sometimes caused...

With the main highlighter active, once I finished typing the first word in the line, it is highlighted according to whether it is i.e. a precommand, a command, a function...

Question

I'm not yet happy with loading a local theme. If a user sets ZSH_HIGHLIGHT_THEME=error-only and then happens to have a file in their current directory called error-only, it will pick...

Feature
feature:themes

I'm new in zsh so my question will look stupid for exp users but I need to change every dark blue colours used by syntax-highlighting plugin to any other colour...