tree-sitter-bash0.23.3
tree-sitter-bash0.23.3
Published
Bash grammar for tree-sitter
pip install tree-sitter-bash
Package Downloads
Project URLs
Requires Python
>=3.9
Dependencies
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