zdharma-continuum / fast-syntax-highlighting

Feature-rich syntax highlighting for ZSH
BSD 3-Clause "New" or "Revised" License
1.06k stars 76 forks source link

[bug]: 'svn up *' is incorrectly highlighted #40

Open TIBCOeddie opened 1 year ago

TIBCOeddie commented 1 year ago

Describe the bug

svn up * will show up as

[black s][red v][red n] [blue u][black p]...

or, without color but for clarity:

svn up *

where the bold sections are red, then blue

Steps to reproduce

on macos 12.5.1, aarch64

  1. zsh installed from brew
  2. zsh-fast-syntax-highlighting installed from brew

Expected behavior

proper formatting (svn command, up * arguments)

Screenshots and recordings

image

Operating System & Version

darwin21.0 | apple | x86_64 | arm64 | arm64 arm

Zsh version

zsh 5.9 (arm-apple-darwin21.3.0)

Terminal emulator

iTerm2 xterm-256color

If using WSL on Windows, which version of WSL

No response

Additional context

No response