We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2fcd6 commit 2f2e9a7Copy full SHA for 2f2e9a7
rc/filetype/wren.kak
@@ -4,7 +4,7 @@ provide-module -override wren %§
4
add-highlighter shared/wren/line_comment region '//' '$' fill comment
5
add-highlighter shared/wren/block_comment region -recurse '/\*' '/\*' '\*/' fill comment
6
7
- add-highlighter shared/wren/raw_string region '"""' '(?<!\\)(?:\\\\)*"""' fill string
+ add-highlighter shared/wren/raw_string region '"""' '"""' fill string
8
9
add-highlighter shared/wren/string region '"' '(?<!\\)(\\\\)*"' group
10
add-highlighter shared/wren/string/ fill string
0 commit comments