Skip to content

Commit 446cc55

Browse files
mbbx6sppSusan Potter
andauthored
Update 'Editor and tool support' Guide to reflect current status (#296)
* Update 'Editor and tool support' Guide to reflect current status * Fold 'Maintained' & misleading 'Deprecated' list of tools together Co-authored-by: Susan Potter <[email protected]>
1 parent ab6a170 commit 446cc55

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

ecosystem/Editor-and-tool-support.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## Editors
33

4-
#### Atom
4+
#### Atom
55

66
- [purescript-contrib/atom-language-purescript](https://github.com/purescript-contrib/atom-language-purescript) provides syntax highlighting
77
- [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)
@@ -37,12 +37,15 @@ Spacemacs users can just use the [`purescript` layer](https://github.com/syl20bn
3737

3838
## Build tools and package managers
3939

40-
- [Pulp](https://github.com/purescript-contrib/pulp) - a standalone build system for PureScript ([pulp](https://www.npmjs.com/package/pulp) in `npm`)
40+
Maintained:
41+
- [spago](https://github.com/purescript/spago) - PureScript package manager and build tool powered by [Dhall](https://github.com/dhall-lang/dhall-lang) and [package-sets](https://github.com/purescript/package-sets)
4142
- [psc-package](https://github.com/purescript/psc-package) - A package manager for PureScript based on the concept of package sets
42-
- [spago](https://github.com/spacchetti/spago) - PureScript package manager and build tool powered by [Dhall](https://github.com/dhall-lang/dhall-lang) and [package-sets](https://github.com/purescript/package-sets)
43-
- [Gulp task](https://github.com/purescript-contrib/gulp-purescript) (`gulp-purescript` in `npm`)
44-
- [psvm-js](https://github.com/ThomasCrvsr/psvm-js) - PureScript Version Manager
4543
- [purs-loader](https://github.com/ethul/purs-loader/) - PureScript loader for WebPack
46-
- [psc-pane](https://github.com/anttih/psc-pane) - Auto reloading compiler which formats a single error to fit the window
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.
4844
- [pscid](https://github.com/kRITZCREEK/pscid) is a lightweight file-watcher/testrunner for PS projects providing instant-rebuilds in an editor agnostic way
45+
- [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.
46+
- [Pulp](https://github.com/purescript-contrib/pulp) - a standalone build system for PureScript ([pulp](https://www.npmjs.com/package/pulp) in `npm`). *Spago is recommended over Pulp.*
47+
- [Gulp task](https://github.com/purescript-contrib/gulp-purescript) (`gulp-purescript` in `npm`). *Spago is recommended over the PureScript Gulp task.*
48+
49+
Unmaintained:
50+
- [psvm-js](https://github.com/ThomasCrvsr/psvm-js) - PureScript Version Manager
51+
- [psc-pane](https://github.com/anttih/psc-pane) - Auto reloading compiler which formats a single error to fit the window

0 commit comments

Comments
 (0)