From 75535aa6d276a8ac5cae62ccd653ad14fac1ef79 Mon Sep 17 00:00:00 2001 From: drew Date: Thu, 27 Jun 2019 14:47:27 -0400 Subject: [PATCH 1/2] Add w0rp/ale to vim section --- ecosystem/Editor-and-tool-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ecosystem/Editor-and-tool-support.md b/ecosystem/Editor-and-tool-support.md index d2025b86..b7f3c095 100644 --- a/ecosystem/Editor-and-tool-support.md +++ b/ecosystem/Editor-and-tool-support.md @@ -30,6 +30,7 @@ Spacemacs users can just use the [`purescript` layer](https://github.com/syl20bn - [purescript-vim](https://github.com/raichoo/purescript-vim) syntax highlighting and indentation - [FrigoEU/psc-ide-vim](https://github.com/FrigoEU/psc-ide-vim/) +- [w0rp/ale](https://github.com/w0rp/ale) supports the [purescript-language-server](https://github.com/nwolverson/purescript-language-server) #### VS Code From c3e3338aeca8ff6c5533611fb1baec1999006ac8 Mon Sep 17 00:00:00 2001 From: drew Date: Thu, 27 Jun 2019 14:49:47 -0400 Subject: [PATCH 2/2] Add spago to build tools section --- ecosystem/Editor-and-tool-support.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ecosystem/Editor-and-tool-support.md b/ecosystem/Editor-and-tool-support.md index b7f3c095..028d76a0 100644 --- a/ecosystem/Editor-and-tool-support.md +++ b/ecosystem/Editor-and-tool-support.md @@ -43,7 +43,8 @@ Spacemacs users can just use the [`purescript` layer](https://github.com/syl20bn ## Build tools and package managers - [Pulp](https://github.com/purescript-contrib/pulp) - a standalone build system for PureScript ([pulp](https://www.npmjs.com/package/pulp) in `npm`) -- [psc-package](https://github.com/purescript/psc-package): A package manager for PureScript based on the concept of package sets +- [psc-package](https://github.com/purescript/psc-package) - A package manager for PureScript based on the concept of package sets +- [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) - [Gulp task](https://github.com/purescript-contrib/gulp-purescript) (`gulp-purescript` in `npm`) - [psvm-js](https://github.com/ThomasCrvsr/psvm-js) - PureScript Version Manager - [purs-loader](https://github.com/ethul/purs-loader/) - PureScript loader for WebPack