The following line of Go code does not highlight correctly:
/* ` */ `foo /* ` /*/ */
According to
http://golang.org/doc/go_spec.html#Lexical_elements
we need to recognize back-quoted string literals of the form:
"`" { unicode_char } "`"
Original issue reported on code.google.com by dadk...@google.com on 24 May 2011 at 8:20
Original issue reported on code.google.com by
dadk...@google.com
on 24 May 2011 at 8:20