purescript-mode

https://github.com/dysinger/purescript-mode.git

git clone 'git://github.com/dysinger/purescript-mode.git'
20

PureScript Mode for Emacs

This is the PureScript mode package for Emacs.

To report problems or suggestions, please open an issue in the issue tracker.

Below is a brief setup guide.

Quick Emacs rundown

When Emacs is started up, it normally loads the Emacs initialization file usually called ~/.emacs, ~/.emacs.el, or ~/.emacs.d/init.el; with ~ standing for for your home directory. This file should contain all of your personal customisations written as a series of Emacs Lisp commands. In the following sections, this file will simply be referred to as the .emacs file.

Installation

GNU Emacs version 23 or later is officially supported. It may work with other Emacsen, but we don't have the resources to support other versions.

Installation from Git

Basic Configuration

For setup instructions, please consult the new integrated purescript-mode Info manual which can be accessed after installation via M-x info-display-manual [RET] purescript-mode.

Support

Contributing

Please make sure your pull requests are at least properly rebased and up to date.