derekwyatt/vim-scala

Highlighting of types doesn't survive line breaks

Closed this issue · 0 comments

This highlights just fine:

def f: List[Int]

but this doesn't:

def f:
    List[Int]