summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2017-01-04 01:07:45 +0100
committerAlex Leferry 2 <alexherbo2@gmail.com>2017-01-04 13:04:27 +0100
commit671b50bb524ecb7e7654549ab35fd1da0a184a7e (patch)
treee420dbabfacf90847f7658e054680a6c5736d45e /test
parent8f821f0fba48366e0407e5cffece9fa5ffa5a67f (diff)
update command names
Diffstat (limited to 'test')
-rw-r--r--test/highlight/regions/rc8
-rw-r--r--test/regression/638-highlight-codepoint-with-bracket/rc2
2 files changed, 5 insertions, 5 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
diff --git a/test/regression/638-highlight-codepoint-with-bracket/rc b/test/regression/638-highlight-codepoint-with-bracket/rc
index 5e2704fc..2be17895 100644
--- a/test/regression/638-highlight-codepoint-with-bracket/rc
+++ b/test/regression/638-highlight-codepoint-with-bracket/rc
@@ -1 +1 @@
-addhl regex '[“”]' 0:red
+add-highlighter regex '[“”]' 0:red