pull/504/merge
Amaan Qureshi 2023-08-23 05:27:00 +07:00
parent b92f8590f1
commit 42ab5ca0e6
3 changed files with 5 additions and 4 deletions

@ -1,7 +1,7 @@
[package] [package]
name = "tree-sitter-bash" name = "tree-sitter-bash"
description = "Bash grammar for tree-sitter" description = "Bash grammar for tree-sitter"
version = "0.20.1" version = "0.20.2"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com"] authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com"]
license = "MIT" license = "MIT"
readme = "bindings/rust/README.md" readme = "bindings/rust/README.md"

@ -9,7 +9,7 @@ way.)
```toml ```toml
[dependencies] [dependencies]
tree-sitter = "0.20.10" tree-sitter = "0.20.10"
tree-sitter-bash = "0.20.1" tree-sitter-bash = "0.20.2"
``` ```
Typically, you will use the [language][language func] function to add this Typically, you will use the [language][language func] function to add this

@ -1,11 +1,12 @@
{ {
"name": "tree-sitter-bash", "name": "tree-sitter-bash",
"version": "0.20.1", "version": "0.20.2",
"description": "Bash grammar for tree-sitter", "description": "Bash grammar for tree-sitter",
"main": "bindings/node", "main": "bindings/node",
"keywords": [ "keywords": [
"parser", "parser",
"lexer" "lexer",
"bash"
], ],
"author": "Max Brunsfeld", "author": "Max Brunsfeld",
"license": "MIT", "license": "MIT",