Add missing newline to 'regions' highlighter description
This commit is contained in:
parent
3ed7ec21bd
commit
052eccd964
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user