tree-sitter-bash

Crates.iotree-sitter-bash
lib.rstree-sitter-bash
version0.23.2
sourcesrc
created_at2021-03-04 22:20:37.074428
updated_at2024-11-10 05:52:10.76129
descriptionBash grammar for tree-sitter
homepage
repositoryhttps://github.com/tree-sitter/tree-sitter-bash
max_upload_size
id363926
size10,478,294
Douglas Creager (dcreager)

documentation

README

tree-sitter-bash

CI discord matrix crates npm pypi

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

References

Commit count: 408

cargo fmt