Closed asedunov closed 1 year ago
Heredocs with unquoted identifiers allow the same escape sequences as other string literals. They should be properly highlighted by plugin as well. For example in the code below \n should be highlighted as escape:
\n
puts <<-FOO a\nb FOO
Heredocs with unquoted identifiers allow the same escape sequences as other string literals. They should be properly highlighted by plugin as well. For example in the code below
\n
should be highlighted as escape: