summaryrefslogtreecommitdiffstats
path: root/src/module.rs
diff options
context:
space:
mode:
authornobv <36393714+nobv@users.noreply.github.com>2020-05-23 01:26:58 +0900
committerGitHub <noreply@github.com>2020-05-22 18:26:58 +0200
commit63799b97d17fb7bd0c691c86117ecae7da1fc1ed (patch)
treefa2094b2f35557f2717055cc4bca1f91d15eadce /src/module.rs
parenta670e01c229cd71529a7313f1d5b96ae3e0cd69d (diff)
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
Diffstat (limited to 'src/module.rs')
-rw-r--r--src/module.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/module.rs b/src/module.rs
index 89d7e508b..a3784212c 100644
--- a/src/module.rs
+++ b/src/module.rs
@@ -41,6 +41,7 @@ pub const ALL_MODULES: &[&str] = &[
"nodejs",
"ocaml",
"package",
+ "purescript",
"python",
"ruby",
"crystal",