Crates.io | tree-sitter-bash |
lib.rs | tree-sitter-bash |
version | 0.25.0 |
created_at | 2021-03-04 22:20:37.074428+00 |
updated_at | 2025-06-04 16:39:19.126519+00 |
description | Bash grammar for tree-sitter |
homepage | |
repository | https://github.com/tree-sitter/tree-sitter-bash |
max_upload_size | |
id | 363926 |
size | 10,489,857 |
Bash grammar for tree-sitter.
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