vim-scala icon indicating copy to clipboard operation
vim-scala copied to clipboard

syntax brace matching for classes with parametric fields

Open abd34 opened this issue 7 years ago • 0 comments

class (val a: Int
  val b: Int
  val c: Int) {

  }

Hi,

With classes with parametric fields, the final brace doesn't align with the beginning of the class keyword. Is this an issue?

(also can I ask how to turn scala comments white rather than dark blue when using putty?)

abd34 avatar Aug 11 '18 10:08 abd34