crayon-syntax-highlighter
crayon-syntax-highlighter copied to clipboard
String highlighting is broken (not detecting escaped double quotes)
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.