diff options
| author | Alyssa Ross <hi@alyssa.is> | 2018-05-28 13:17:02 +0200 |
|---|---|---|
| committer | Alyssa Ross <hi@alyssa.is> | 2018-05-28 13:19:12 +0200 |
| commit | 2deb2c0294ebc27da6b2996b807176eceeb92cd4 (patch) | |
| tree | b5e4a93627a6266e5224d9197c0f19ae843c3d66 /src | |
| parent | f06badcfd36b7a748e77d9b733c7ac3c6e2173e4 (diff) | |
Fix typos in add-highlighter range help
Diffstat (limited to 'src')
| -rw-r--r-- | src/highlighters.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlighters.cc b/src/highlighters.cc index 71cfcbae..148b15b5 100644 --- a/src/highlighters.cc +++ b/src/highlighters.cc @@ -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"} }); } |
