From f7914d8662b84fedd24c01767e6f2a12c176e8c5 Mon Sep 17 00:00:00 2001 From: Hao Deng Date: Fri, 25 May 2018 21:12:03 -0400 Subject: [PATCH] plus sign missed --- doc/pages/highlighters.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/highlighters.asciidoc b/doc/pages/highlighters.asciidoc index 0e3848e8..0cc54f58 100644 --- a/doc/pages/highlighters.asciidoc +++ b/doc/pages/highlighters.asciidoc @@ -102,7 +102,7 @@ add-highlighter window regex //\h*(TODO:)[^\n]* 0:cyan 1:yellow,red This highlights all the current search matches in italic: --------------------------------------------- -add-highlighter window dynregex '%reg{/}' 0:i +add-highlighter window dynregex '%reg{/}' 0:+i --------------------------------------------- == Specs highlighters