Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 475 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 475 Bytes

Contributing

Thank you to contribute tree-sitter-racket.

Workflow

It's recommended to use nix package manager, and run

nix-shell
npm install # if you haven't install node modules

Then you can use tree-sitter command:

tree-sitter generate
tree-sitter test

If you don't use nix, you should follow the official setup to configure the dev environment.