language-ruby icon indicating copy to clipboard operation
language-ruby copied to clipboard

Heredoc wrong colors

Open collimarco opened this issue 4 years ago • 0 comments

I have a simple heredoc like this:

content = <<~DOCKERFILE
   The content of any Dockerfile here
DOCKERFILE

You will get a strange / completely random coloring of the syntax inside the heredoc.

Expected: only one color (green) for all the content, since it is a string, OR the Docker syntax coloring.

Actual: random colors not consistent (for example RUN has different colors depending on the line)

collimarco avatar Oct 30 '21 23:10 collimarco