Skip to content

Zilliqa/scilla-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published