mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Removed unnecessary 'zsh-' prefix.
This commit is contained in:
parent
0999ab05ba
commit
41e84a0d9f
7 changed files with 10 additions and 10 deletions
|
|
@ -32,8 +32,8 @@
|
|||
# A simple keyword highlighting extension for zsh-syntax-highlighting.
|
||||
|
||||
# To use this, please do the following steps.
|
||||
# 1) Source this file after zsh-syntax-highlighting.zsh
|
||||
# % source zsh-syntax-highlighting.zsh
|
||||
# 1) Source this file after syntax-highlighting.zsh
|
||||
# % source syntax-highlighting.zsh
|
||||
# % source contrib/keyword.zsh
|
||||
# 2) Add keyword and color pairs to `ZSH_HIGHLIGHT_KEYWORD_KEYWORDS`.
|
||||
# % ZSH_HIGHLIGHT_KEYWORD_KEYWORDS+=('rm -rf *' 'fg=white,bold,bg=red')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue