How to configure VIM to be able to highlight scala language (.scala
files extension)?
Current VIM configuration (.vimrc file):
:syntax on
How to configure VIM to be able to highlight scala language (.scala
files extension)?
Current VIM configuration (.vimrc file):
:syntax on
Download the
scala.vim
file from here http://github.com/vim-scripts/scala.vim to e.g.~/.vim/syntax
directory.Edit your
~/.vimrc
file and add the following:source: Scala syntax highlighting in VIM