linter-elsa
Check elsa code
ranjitjhala 98 1 0.3.0 MIT GitHub

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 using which elsa in the terminal.

Add this to your config.cson

core:
  customFileTypes:
    "source.haskell": [
      "lc"
    ]