mirror of https://github.com/Wilfred/difftastic/
|
|
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| bindings | ||
| corpus | ||
| examples | ||
| queries | ||
| script | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .npmignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| binding.gyp | ||
| grammar.js | ||
| package.json | ||
README.md
tree-sitter-scala
Scala grammar for tree-sitter.
References
Development
First, install the project's dependencies:
npm install
Add a test case to ./corpus, make the required changes to grammar.js,
regenerate and recompile the parser, and run the tests:
npm run build
npm test