summaryrefslogtreecommitdiff
path: root/rc/python.kak
diff options
context:
space:
mode:
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