Information
- Language: R
- Plugins: autoloader
Description
Multiline R strings are not correctly highlighted.
Similar to #457 for CSS/JS or #1233 for PHP.
Code snippet
Test page
The code being highlighted incorrectly.
x <- "multi
line
string"
y <- "
another one
"