Crates.io | tree-sitter-bash |
lib.rs | tree-sitter-bash |
version | 0.23.2 |
source | src |
created_at | 2021-03-04 22:20:37.074428 |
updated_at | 2024-11-10 05:52:10.76129 |
description | Bash grammar for tree-sitter |
homepage | |
repository | https://github.com/tree-sitter/tree-sitter-bash |
max_upload_size | |
id | 363926 |
size | 10,478,294 |
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