olets / zsh-abbr

The zsh manager for auto-expanding abbreviations, inspired by fish. ~18,000 clones by ~12,000 unique cloners as of Sept '24, and averaging ~60 Homebrew installs monthly since June 2023
https://zsh-abbr.olets.dev
Other
555 stars 19 forks source link

syntax highlighting for `abbr` commands #25

Closed olets closed 4 months ago

olets commented 4 years ago

e.g. abbr -g x=y would highlight

olets commented 4 months ago

Closing. This is working (and has been working) with both zsh-users/zsh-syntax-highlighting:

screenshot of `abbr -g x=y` with the command 'abbr' highlighted by zsh-syntax-highlighting

and zdharma-continuum/fast-syntax-highlighting:

screenshot of `abbr -g x=y` with the command 'abbr' and the flag '-g' highlighted by fast-syntax-highlighting