From f7914d8662b84fedd24c01767e6f2a12c176e8c5 Mon Sep 17 00:00:00 2001 From: Hao Deng Date: Fri, 25 May 2018 21:12:03 -0400 Subject: [PATCH 1/2] 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 From 1a348f3d225d51de1d2a54fe88246d37043c161b Mon Sep 17 00:00:00 2001 From: Hao Deng Date: Sat, 26 May 2018 17:07:04 -0400 Subject: [PATCH 2/2] Update highlighters.asciidoc Is this what you want? first time use asciidoc --- doc/pages/highlighters.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pages/highlighters.asciidoc b/doc/pages/highlighters.asciidoc index 0cc54f58..37b17ffc 100644 --- a/doc/pages/highlighters.asciidoc +++ b/doc/pages/highlighters.asciidoc @@ -101,9 +101,9 @@ add-highlighter window regex //\h*(TODO:)[^\n]* 0:cyan 1:yellow,red given expression before building a regex from the result. This highlights all the current search matches in italic: ---------------------------------------------- +---------------------------------------------- add-highlighter window dynregex '%reg{/}' 0:+i ---------------------------------------------- +---------------------------------------------- == Specs highlighters