vim-scala
vim-scala copied to clipboard
My work on integration of Scala into Vim - not a ton here, but useful for me.
Results
32
vim-scala issues
Sort by
recently updated
recently updated
newest added
 The default value for parameter `f` is mis-highlighted. This is caused by a royal PITA. The brackets aren't actually set up as a region. If they were, then I...
Hi, Let's take a look at this code snippet: ``` scala val foo = "foo".toUpperCase //.toLowerCase ``` If I add, let's say, `val bar = "bar"` right after the commented...