Closed nilclass closed 12 years ago
To reproduce:
# encoding: utf-8 class Foo HERE = <<DOC äöü DOC def bar(baz) end end
In this case it shifts the colors below the here-doc by the number of umlauts in the doc.
Thanks. The bug appears to be with the ruby parser; I have pushed a work-around
great, thanks.
To reproduce:
In this case it shifts the colors below the here-doc by the number of umlauts in the doc.