diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2017-01-04 01:07:45 +0100 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2017-01-04 13:04:27 +0100 |
| commit | 671b50bb524ecb7e7654549ab35fd1da0a184a7e (patch) | |
| tree | e420dbabfacf90847f7658e054680a6c5736d45e /test/highlight | |
| parent | 8f821f0fba48366e0407e5cffece9fa5ffa5a67f (diff) | |
update command names
Diffstat (limited to 'test/highlight')
| -rw-r--r-- | test/highlight/regions/rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/highlight/regions/rc b/test/highlight/regions/rc index 4679889e..b8c41521 100644 --- a/test/highlight/regions/rc +++ b/test/highlight/regions/rc @@ -1,7 +1,7 @@ -addhl regions -default code regions_test \ +add-highlighter regions -default code regions_test \ string %{"} %{(?<!\\)(\\\\)*"} '' \ shell '\$\{' '\}' '\{' -addhl -group regions_test/code fill yellow -addhl -group regions_test/string fill green -addhl -group regions_test/shell fill red +add-highlighter -group regions_test/code fill yellow +add-highlighter -group regions_test/string fill green +add-highlighter -group regions_test/shell fill red |
