crayon-syntax-highlighter icon indicating copy to clipboard operation
crayon-syntax-highlighter copied to clipboard

String highlighting is broken (not detecting escaped double quotes)

Open quantumelixir opened this issue 9 years ago • 0 comments

I just installed the plugin today and here's the bug in action: http://www.piecewise.org/blog/?p=15

Starting from line number 10: t = strings.Replace(t, "\"", "\\\"", -1)

the string highlighting is incorrect. The escaped double quotes are not properly processed.

quantumelixir avatar Feb 19 '16 15:02 quantumelixir