File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 4545 buildInputs = [
4646 # Tree-sitter tools
4747 pkgs . nodejs
48+ # NOTE as of b71a98a on Nixpkgs, TS fails to build with `webUISupport` flag
4849 pkgs . tree-sitter
4950
5051 # For dev workflow automation
Original file line number Diff line number Diff line change 22 "name" : " tree-sitter-purescript" ,
33 "version" : " 0.1.0" ,
44 "description" : " Tree-sitter grammar for PureScript" ,
5- "main" : " grammar.js" ,
6- "author" : " " ,
5+ "repository" : " github:postsolar/tree-sitter-purescript" ,
6+ "main" : " bindings/node" ,
7+ "keywords" : [
8+ " parser" ,
9+ " purescript"
10+ ],
711 "license" : " MIT" ,
812 "gypfile" : true ,
13+ "dependencies" : {
14+ "nan" : " ^2.17.0"
15+ },
16+ "devDependencies" : {
17+ "tree-sitter-cli" : " ^0.20.8" ,
18+ "web-tree-sitter" : " ^0.20.8"
19+ },
920 "scripts" : {
1021 "watch" : " watchexec -N -r -e js -- tree-sitter generate &" ,
1122 "watch-test" : " watchexec -N -r -e js -- 'tree-sitter generate && tree-sitter test' &"
1627 "file-types" : [
1728 " purs"
1829 ],
19- "injection-regex" : " purescript"
30+ "injection-regex" : " ^(purs| purescript)$ "
2031 }
21- ],
22- "dependencies" : {
23- "nan" : " ^2.17.0"
24- },
25- "devDependencies" : {
26- "tree-sitter-cli" : " ^0.20.8"
27- }
32+ ]
2833}
2934
You can’t perform that action at this time.
0 commit comments