On Tue, Dec 25, 2012 at 9:39 AM, Rob Nikander <
rob.ni...@gmail.com> wrote:
> I just downloaded ensime and am testing it out on some simple files. I
> notice that triple quoted strings do not parse and highlight correctly in
> emacs:
> val s = """foo " bar """
> // it thinks this is inside a string
> I assume this is a bug in scala mode.