Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 628 Bytes

Scilla Mode for Emacs

Provides support for font-lock, indentation, type-checking for the Scilla programming language.

Installation

Add the following line to your .emacs file to load this mode for files ending with .scilla and .scillib.

;; For enabling flycheck mode for Scilla.
(setq scilla-root "/path/to/scilla/root")
;; Scilla mode
(load-file "/path/to/scilla-mode.el")

To enable scilla-checker (Scilla typechecker) for editing Scilla files, install Flycheck for Emacs. See installation instructions here.