9 unstable releases (3 breaking)
0.23.1 | Sep 2, 2024 |
---|---|
0.23.0 | Sep 2, 2024 |
0.21.0 | Mar 13, 2024 |
0.20.5 | Feb 10, 2024 |
0.19.0 | Mar 4, 2021 |
#10 in #bash
17,865 downloads per month
Used in 19 crates
(14 directly)
10MB
362K
SLoC
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