summaryrefslogtreecommitdiff
path: root/rc/python.kak
diff options
context:
space:
mode:
Diffstat (limited to 'rc/python.kak')
-rw-r--r--rc/python.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/python.kak b/rc/python.kak
index aef4655c..393c3f92 100644
--- a/rc/python.kak
+++ b/rc/python.kak
@@ -19,7 +19,7 @@ addhl -group / regions -default code python \
double_string '"""' '"""' '' \
single_string "'''" "'''" '' \
double_string '"' (?<!\\)(\\\\)*" '' \
- single_string "'" "'" '' \
+ single_string "'" (?<!\\)(\\\\)*' '' \
comment '#' '$' ''
addhl -group /python/double_string fill string