We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bea25 commit b775e19Copy full SHA for b775e19
autocorrect/grammar/python.pest
@@ -21,5 +21,6 @@ inner_string = _{
21
regexp = ${
22
("r'" ~ (!(NEWLINE | "'") ~ ANY)* ~ "'")
23
| ("r\"\"\"" ~ (!("\"\"\"") ~ ANY)* ~ "\"\"\"")
24
+ | ("r\"" ~ (!(NEWLINE | "\"") ~ ANY)* ~ "\"")
25
| ("compile(" ~ " "* ~ inner_string ~ (!")" ~ ANY)* ~ ")")
26
}
0 commit comments