aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2024-10-10 23:26:25 -0700
committerGitHub <noreply@github.com>2024-10-10 23:26:25 -0700
commita0e3fe57417f0b7c8de60dcebe44d0cf034c4b9a (patch)
treecaba2efed785b6a9f55e8c8165e2afc266051993 /runtime/doc/syntax.txt
parent25665b365c2f8f3a81866f500da725e59be10389 (diff)
downloadrneovim-a0e3fe57417f0b7c8de60dcebe44d0cf034c4b9a.tar.gz
rneovim-a0e3fe57417f0b7c8de60dcebe44d0cf034c4b9a.tar.bz2
rneovim-a0e3fe57417f0b7c8de60dcebe44d0cf034c4b9a.zip
feat(ui): cascading style inheritance for Pmenu* highlights #29980
- `PmenuSel` and `PmenuMatch` inherit from `Pmenu` - `PmenuMatchSel` inherits from both `PmenuSel` and `PmenuMatch`
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 219be92c58..5cdcf564c9 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -5202,7 +5202,7 @@ NormalNC Normal text in non-current windows.
*hl-Pmenu*
Pmenu Popup menu: Normal item.
*hl-PmenuSel*
-PmenuSel Popup menu: Selected item.
+PmenuSel Popup menu: Selected item. Combined with |hl-Pmenu|.
*hl-PmenuKind*
PmenuKind Popup menu: Normal item "kind".
*hl-PmenuKindSel*
@@ -5216,9 +5216,11 @@ PmenuSbar Popup menu: Scrollbar.
*hl-PmenuThumb*
PmenuThumb Popup menu: Thumb of the scrollbar.
*hl-PmenuMatch*
-PmenuMatch Popup menu: Matched text in normal item.
+PmenuMatch Popup menu: Matched text in normal item. Combined with
+ |hl-Pmenu|.
*hl-PmenuMatchSel*
-PmenuMatchSel Popup menu: Matched text in selected item.
+PmenuMatchSel Popup menu: Matched text in selected item. Combined with
+ |hl-PmenuMatch| and |hl-PmenuSel|.
*hl-Question*
Question |hit-enter| prompt and yes/no questions.
*hl-QuickFixLine*