vim-scala
vim-scala copied to clipboard
syntax brace matching for classes with parametric fields
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?)