Skip to content

Commit 2f2e9a7

Browse files
committed
rc/filetype/wren.kak: fix invalid escape interpretation in raw strings
1 parent 7b2fcd6 commit 2f2e9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rc/filetype/wren.kak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provide-module -override wren %§
44
add-highlighter shared/wren/line_comment region '//' '$' fill comment
55
add-highlighter shared/wren/block_comment region -recurse '/\*' '/\*' '\*/' fill comment
66

7-
add-highlighter shared/wren/raw_string region '"""' '(?<!\\)(?:\\\\)*"""' fill string
7+
add-highlighter shared/wren/raw_string region '"""' '"""' fill string
88

99
add-highlighter shared/wren/string region '"' '(?<!\\)(\\\\)*"' group
1010
add-highlighter shared/wren/string/ fill string

0 commit comments

Comments
 (0)