zsh-syntax-highlighting
                                
                                
                                
                                    zsh-syntax-highlighting copied to clipboard
                            
                            
                            
                        Fish shell like syntax highlighting for Zsh.
I think it would make it easier to write custom highlighters into third-party plugins if the `main` highlighter's state machine was exposed as a "framework" to implement additional highlight rules...
`: "$#$foo"` and `: "$##bar"` aren't highlighted correctly. These are, respectively, the length of `$$` (zsh's PID) and the length of `$#` (argc).
**Describe the bug** The ZLE widgets dumped by compinit (before sourcing zsh-syntax-highlighting) are not dumped in a subsequent compdump (after sourcing zsh-syntax-highlighting) because they have been wrapped by zsh-syntax-highlighting. **How...
http://zdharma.org/posts/Fast-Syntax-Highlighting-Released https://github.com/zdharma/fast-syntax-highlighting [edit 20180523] http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=23399 - [x] Check license / permission to use that - [ ] Check if there's already a PR for these. - [ ] Review and...
As the optimization target I measured how long it takes to type a command one character at a time when syntax highlighting is triggered after every character. This matches the...
Hi, when I type a command and use tab to get completions, sometimes the syntax highlighting disappears. I switched to the `feature-redrawhook` branch which seems to work, but it gives...
I encountered a problem that shows `_zsh_highlight_main_highlighter_highlight_list:87: error in flags` after installing highlighting plugin, setting `plugins=( zsh-syntax-highlighting)` in `~/.zshrc` and running `source ~/.zshrc`, and I cannot input anything. This problem...
For better readability and usability (seeing all possible options), alphabetical sorting is easier for users.
```zsh % ho hello world zsh: command not found: ho % ec!! echo hello world hello world % ``` In the above, `ec!!` is red (`typeset -a region_highlight=( '0 4...
Hey, is there a way to deactivate all styles for one highlighter without setting everysingle one of them to 'none'? I'd like to activate only some and not all!? Greetings