Difference between revisions of "Scala-mode2"

From WikEmacs
Jump to navigation Jump to search
(added a basic page on scala-mode2)
 
(No difference)

Latest revision as of 09:38, 18 December 2012

scala-mode2
Description major mode for Scala programming
Author Heikki Vesalainen
Maintainer Heikki Vesalainen
Source https://github.com/hvesalai/scala-mode2
Part of Emacs no

scala-mode2 provides Emacs font-lock, indentation, and navigation for the Scala programming language. It's a rewrite from scratch of the older scala-mode and has improved support for Scala 2.9+.

Basic setup

(require 'scala-mode2)

Helpful keybindings

Common Customization

See Also

scala-mode

Project Pages

Tutorial Pages