We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d2eea commit fb929edCopy full SHA for fb929ed
docs/highlighters/regexp.md
@@ -11,7 +11,7 @@ To use this highlighter, associate regular expressions with styles in the
11
`ZSH_HIGHLIGHT_REGEXP` associative array, for example in `~/.zshrc`:
12
13
```zsh
14
-typeset -A ZSH_HIGHLIGHT_PATTERNS
+typeset -A ZSH_HIGHLIGHT_REGEXP
15
ZSH_HIGHLIGHT_REGEXP+=('\bsudo\b' fg=123,bold)
16
```
17
0 commit comments