diff options
| author | Oliver Kiddle <opk@zsh.org> | 2024-02-15 14:50:56 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2024-02-15 14:50:59 +0100 |
| commit | 173c0b14ab9ad1f54e74a2573d8212a720df1762 (patch) | |
| tree | 152fef7a325a7dbd57d5fdda5765a444a9743cd5 /NEWS | |
| parent | 52533: add module to provide alternate readonly views of the content of .zle.... (diff) | |
| download | zsh-173c0b14ab9ad1f54e74a2573d8212a720df1762.tar zsh-173c0b14ab9ad1f54e74a2573d8212a720df1762.tar.gz zsh-173c0b14ab9ad1f54e74a2573d8212a720df1762.tar.bz2 zsh-173c0b14ab9ad1f54e74a2573d8212a720df1762.tar.lz zsh-173c0b14ab9ad1f54e74a2573d8212a720df1762.tar.xz zsh-173c0b14ab9ad1f54e74a2573d8212a720df1762.tar.zst zsh-173c0b14ab9ad1f54e74a2573d8212a720df1762.zip | |
52535: documentation for highlight groups and layers
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ Changes since 5.9 In region_highlight and zle_highlight, italic and faint can be specified as font attributes for terminals that support them. +Highlighting groups can be referenced in region_highlight and +zle_highlight for common attribute combinations and a layer can be +specified to indicate precedence where highlighted regions overlap. +Highlighting groups are also supported in the prompt via a new %H +prompt escape. + Ellipsis markers shown by the line editor to indicate where the line doesn't fit in the terminal can be highlighted. |
