summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Plack <github@ekie.antares.uberspace.de>2015-07-19 05:39:06 +0200
committerEike Plack <github@ekie.antares.uberspace.de>2015-07-19 05:39:06 +0200
commit0d0b6668204b2b5efaf431ba4eead1d7a559f4cf (patch)
treec0bd94c5bd568caa328fb1a875376408e1668fe9
parent0674a56af2f4d6490f48ef2029bcc47c37fb9514 (diff)
Document missing builtin faces
-rw-r--r--README.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 347b2840..3b9cd5a7 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -780,6 +780,8 @@ There are some builtins faces used by internal Kakoune functionalities:
* `StatusLine`: face used for the status line
* `StatusCursor`: face used for the status line cursor
* `Prompt`: face used prompt displayed on the status line
+ * `MatchingChar`: face used by the show_matching highlighter
+ * `Search`: face used to highlight search results
Advanced topics
---------------