mirror of https://github.com/Wilfred/difftastic/
|
|
||
|---|---|---|
| .github/workflows | ||
| bindings | ||
| examples | ||
| queries | ||
| script | ||
| src | ||
| test/corpus | ||
| .eslintrc.js | ||
| .gitattributes | ||
| .gitignore | ||
| .npmignore | ||
| Cargo.toml | ||
| LICENSE | ||
| Package.swift | ||
| README.md | ||
| appveyor.yml | ||
| binding.gyp | ||
| grammar.js | ||
| package.json | ||
README.md
tree-sitter-bash
Bash grammar for tree-sitter.
Development
Install the dependencies:
npm install
Build and run the tests:
npm run build
npm run test
Run the build and tests in watch mode:
npm run test:watch