Fix typos in add-highlighter range help

This commit is contained in:
Alyssa Ross 2018-05-28 13:17:02 +02:00
parent f06badcfd3
commit 2deb2c0294
No known key found for this signature in database
GPG Key ID: 6CF064D149E3ABDB

View File

@ -2116,7 +2116,7 @@ void register_highlighters()
"The region <region name> starts at <begin> match, end at <end> match that does not\n"
"close a <recurse> match. In between region is the <default group>.\n"
"Highlighting a region is done by adding highlighters into the different <region name> subgroups.\n"
"If -match-capture is specified, then regions end/recurse matches are must have the same \1\n"
"If -match-capture is specified, then regions end/recurse matches must have the same \\1\n"
"capture content as the begin to be considered"} });
}