summaryrefslogtreecommitdiff
path: root/rc/python.kak
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-07-14 21:42:19 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-07-14 21:42:19 +0100
commitac5cbba0aef36aaa0352cd0a13e6a51a067e546e (patch)
tree37fc985cb612863345d9868a79ec311b8da34f10 /rc/python.kak
parentec37adc5233e2f7ecb9763da2e838eefea0da9c6 (diff)
Remove region highlighter, rename multi_regions to regions, cleanup
Diffstat (limited to 'rc/python.kak')
-rw-r--r--rc/python.kak12
1 files changed, 6 insertions, 6 deletions
diff --git a/rc/python.kak b/rc/python.kak
index d2d2623f..aef4655c 100644
--- a/rc/python.kak
+++ b/rc/python.kak
@@ -15,12 +15,12 @@ hook global BufCreate .*[.](py) %{
# Highlighters
# ‾‾‾‾‾‾‾‾‾‾‾‾
-addhl -group / multi_region -default code python \
- double_string '"""' '"""' '' \
- single_string "'''" "'''" '' \
- double_string '"' (?<!\\)(\\\\)*" '' \
- single_string "'" "'" '' \
- comment '#' '$' ''
+addhl -group / regions -default code python \
+ double_string '"""' '"""' '' \
+ single_string "'''" "'''" '' \
+ double_string '"' (?<!\\)(\\\\)*" '' \
+ single_string "'" "'" '' \
+ comment '#' '$' ''
addhl -group /python/double_string fill string
addhl -group /python/single_string fill string