This package provides the following services:
linter-elsa
This package will check your opened ELSA file in Atom, using elsa
Installation
-
Install elsa
-
$ apm install linter
(if you don't have AtomLinter/Linter installed). -
$ apm install language-haskell
(if you don't have Haskell syntax highlighting installed). -
$ apm install linter-elsa
-
Specify the path to
elsa
in the settings; find the path by usingwhich elsa
in the terminal.
Add this to your config.cson
core:
customFileTypes:
"source.haskell": [
"lc"
]