feat(PureScript): Add Purescript module (#1227)

* Added configs/purescript

* Added modules/purescript

* Added necessary codes

* Added tests

* Updated README

* Fixed color because black is hard to see

* Fixed of push mistake

* Fixed pointed out in PR
This commit is contained in:
nobv
2020-05-23 01:26:58 +09:00
committed by GitHub
parent a670e01c22
commit 63799b97d1
8 changed files with 131 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ pub mod nodejs;
pub mod ocaml;
pub mod package;
pub mod php;
pub mod purescript;
pub mod python;
pub mod ruby;
pub mod rust;