derekwyatt / vim-scala

My work on integration of Scala into Vim - not a ton here, but useful for me.
http://derekwyatt.org
Apache License 2.0
1.09k stars 144 forks source link

syntax brace matching for classes with parametric fields #151

Open abd34 opened 6 years ago

abd34 commented 6 years ago
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?)