difftastic/vendored_parsers/tree-sitter-scheme/CONTRIBUTING.md

582 B

Contributing

Thank you to contribute tree-sitter-scheme.

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 dont't use nix, you should follow the official setup to configure the dev environment.

Todo

  • check the tracking issues
  • review the code to ensure it meets the standard
  • improve queries