From 1a348f3d225d51de1d2a54fe88246d37043c161b Mon Sep 17 00:00:00 2001 From: Hao Deng Date: Sat, 26 May 2018 17:07:04 -0400 Subject: [PATCH] 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