|
7 | 7 | - [nwolverson/atom-ide-purescript](https://github.com/nwolverson/atom-ide-purescript) provides build support, REPL, and autocomplete etc. via [psc-ide](https://github.com/purescript/purescript/tree/master/psc-ide)
|
8 | 8 |
|
9 | 9 | #### Emacs
|
10 |
| - Either use these two: |
11 |
| -- [dysinger/purescript-mode](https://github.com/dysinger/purescript-mode) was adapted from haskell-mode |
12 |
| -- [epost/psc-ide-emacs](https://github.com/epost/psc-ide-emacs) offers Emacs support for [psc-ide](https://github.com/purescript/purescript/tree/master/psc-ide) |
13 |
| - |
14 |
| -Or these two, for a more minimal setup: |
15 |
| - |
16 |
| -- [emacs-pe/purescript-mode](https://github.com/emacs-pe/purescript-mode) is an alpha-stage greenfield mode |
17 |
| -- [emacs-pe/flycheck-purescript](https://github.com/emacs-pe/flycheck-purescript) provides flycheck support. |
| 10 | +Install these two packages and follow the instructions in the `psc-ide-emacs` README. |
| 11 | +- [purescript-mode](https://github.com/purescript-emacs/purescript-mode) Syntax Highlighting and indentation (adapted from haskell-mode) |
| 12 | +- [psc-ide-emacs](https://github.com/purescript-emacs/psc-ide-emacs) Emacs plugin exposing the compilers IDE support |
18 | 13 |
|
19 | 14 | PSCI support via comint:
|
20 | 15 |
|
21 |
| -- [ardumont/psci-mode](https://github.com/ardumont/emacs-psci) is a REPL minor mode |
| 16 | +- [psci-mode](https://github.com/purescript-emacs/emacs-psci) is a REPL minor mode |
22 | 17 |
|
23 | 18 | Spacemacs users can just use the [`purescript` layer](https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/purescript).
|
24 | 19 |
|
@@ -50,4 +45,4 @@ Spacemacs users can just use the [`purescript` layer](https://github.com/syl20bn
|
50 | 45 | - [purs-loader](https://github.com/ethul/purs-loader/) - PureScript loader for WebPack
|
51 | 46 | - [psc-pane](https://github.com/anttih/psc-pane) - Auto reloading compiler which formats a single error to fit the window
|
52 | 47 | - [purescript-psa](https://github.com/natefaubion/purescript-psa) - A pretty, flexible error/warning reporting frontend for `psc` featuring colours, original source spans in errors, warning filtering and persistence.
|
53 |
| -- [pscid](https://github.com/kRITZCREEK/pscid) is a lightweight file-watcher/testrunner for PS projects, that uses `psc-ide` to provide fast rebuilds. |
| 48 | +- [pscid](https://github.com/kRITZCREEK/pscid) is a lightweight file-watcher/testrunner for PS projects providing instant-rebuilds in an editor agnostic way |
0 commit comments