From ad48535a2509e93923b583cc797afe3347c221e1 Mon Sep 17 00:00:00 2001 From: Eike Plack Date: Thu, 2 Feb 2017 00:05:48 +0100 Subject: [PATCH] Document whitespace highlighter --- README.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 16ccd82d..5605a55a 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1042,6 +1042,7 @@ There are some builtins faces used by internal Kakoune functionalities: * `MatchingChar`: face used by the show_matching highlighter * `Search`: face used to highlight search results * `BufferPadding`: face applied on the characters that follow the last line of a buffer + * `Whitespace`: face used by the show_whitespaces highlighter Advanced topics --------------- @@ -1232,6 +1233,8 @@ general highlighters are: . * `show_matching`: highlight matching char of the character under the selections cursor using `MatchingChar` face. + * `show_whitespaces`: display symbols on top of whitespaces to make them more explicit + using the Whitespace face. * `number_lines \<-relative> \<-hlcursor> \<-separator >`: show line numbers. The -relative switch will show line numbers relative to the main cursor line, the -hlcursor switch will highlight the cursor line with a separate face. With the