You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.github/workflows | 2 years ago | |
bindings | 1 year ago | |
corpus | 2 years ago | |
examples | 6 years ago | |
queries | 2 years ago | |
script | 4 years ago | |
src | 2 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 6 years ago | |
.npmignore | 3 years ago | |
.travis.yml | 5 years ago | |
Cargo.toml | 1 year ago | |
LICENSE | 6 years ago | |
README.md | 5 years ago | |
appveyor.yml | 5 years ago | |
binding.gyp | 3 years ago | |
grammar.js | 2 years ago | |
package.json | 2 years ago |
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