11 unstable releases (3 breaking)
0.23.3 | Nov 11, 2024 |
---|---|
0.23.2 | Nov 10, 2024 |
0.23.1 | Sep 2, 2024 |
0.21.0 | Mar 13, 2024 |
0.19.0 | Mar 4, 2021 |
#9 in #bash
20,643 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