aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-04-19 18:56:51 +0200
committerGitHub <noreply@github.com>2022-04-19 18:56:51 +0200
commitdbc4af71861bf2d3bac6974a0bdb99b18a13666a (patch)
treee9baf3d0c05e38dacc5543c5187b1f6e88562790 /runtime/doc/syntax.txt
parent0124a7bfa9e27796e561cb0b3a045b9327bf7077 (diff)
parentb16afe4d556af7c3e86b311cfffd1c68a5eed71f (diff)
downloadrneovim-dbc4af71861bf2d3bac6974a0bdb99b18a13666a.tar.gz
rneovim-dbc4af71861bf2d3bac6974a0bdb99b18a13666a.tar.bz2
rneovim-dbc4af71861bf2d3bac6974a0bdb99b18a13666a.zip
Merge pull request #18081 from famiu/feat/highlight/cursearch
feat(highlight): implement CurSearch highlight
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 4e3900aeed..fd713b1f32 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -5090,6 +5090,9 @@ ColorColumn used for the columns set with 'colorcolumn'
*hl-Conceal*
Conceal placeholder characters substituted for concealed
text (see 'conceallevel')
+ *hl-CurSearch*
+CurSearch used for highlighting a search pattern under the cursor
+ (see 'hlsearch')
*hl-Cursor*
Cursor character under the cursor
lCursor the character under the cursor when |language-mapping|