Update details

This commit is contained in:
Nuri Jung 2020-07-04 02:03:22 +09:00 committed by GitHub
parent ab4fb73f7c
commit 266aa04164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 `sudo cmd`, but not `sudoedit`, the respective regular expressions for the host
systems would be: systems would be:
* Platform with GNU libc (e.g., many GNU/Linux) * Platforms with GNU `libc` (e.g., many GNU/Linux)
```zsh ```zsh
typeset -A ZSH_HIGHLIGHT_REGEXP typeset -A ZSH_HIGHLIGHT_REGEXP