summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOlivier Perret <Olivier.Perret@mailbox.org>2018-11-23 10:13:48 +0100
committerOlivier Perret <Olivier.Perret@mailbox.org>2018-11-23 10:13:48 +0100
commit052eccd9645a01de5f5792532cff5da6404425c7 (patch)
tree8cc1c2b3093a821b8275cd4ecce35c8baa71a10b /src
parent3ed7ec21bd4fb072cb9df327fea163c81adf33fb (diff)
Add missing newline to 'regions' highlighter description
Diffstat (limited to 'src')
-rw-r--r--src/highlighters.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlighters.cc b/src/highlighters.cc
index c3206789..21418466 100644
--- a/src/highlighters.cc
+++ b/src/highlighters.cc
@@ -2233,7 +2233,7 @@ void register_highlighters()
registry.insert({
"regions",
{ RegionsHighlighter::create,
- "Parameters: None"
+ "Parameters: None\n"
"Holds child region highlighters and segments the buffer in ranges based on those regions\n"
"definitions. The regions highlighter finds the next region to start by finding which\n"
"of its child region has the leftmost starting point from current position. In between\n"