Provides support for font-lock, indentation, type-checking for the Scilla programming language.
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.