Add missing newline to 'regions' highlighter description

This commit is contained in:
Olivier Perret 2018-11-23 10:13:48 +01:00
parent 3ed7ec21bd
commit 052eccd964

View File

@ -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"