mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Fix grammatical error
This commit is contained in:
parent
266aa04164
commit
cfad519fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ especially the `libc` module. To highlight `sudo` only as a complete word, i.e.,
|
|||
`sudo cmd`, but not `sudoedit`, the respective regular expressions for the host
|
||||
systems would be:
|
||||
|
||||
* Platforms with GNU `libc` (e.g., many GNU/Linux)
|
||||
* Platforms with GNU `libc` (e.g., many GNU/Linux distributions)
|
||||
|
||||
```zsh
|
||||
typeset -A ZSH_HIGHLIGHT_REGEXP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue