File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-bash"
3
3
description = " Bash grammar for tree-sitter"
4
- version = " 0.20.1 "
4
+ version = " 0.20.2 "
5
5
authors = [
" Max Brunsfeld <[email protected] " ]
6
6
license = " MIT"
7
7
readme = " bindings/rust/README.md"
Original file line number Diff line number Diff line change 9
9
``` toml
10
10
[dependencies ]
11
11
tree-sitter = " 0.20.10"
12
- tree-sitter-bash = " 0.20.1 "
12
+ tree-sitter-bash = " 0.20.2 "
13
13
```
14
14
15
15
Typically, you will use the [ language] [ language func ] function to add this
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-bash" ,
3
- "version" : " 0.20.1 " ,
3
+ "version" : " 0.20.2 " ,
4
4
"description" : " Bash grammar for tree-sitter" ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
7
7
" parser" ,
8
- " lexer"
8
+ " lexer" ,
9
+ " bash"
9
10
],
10
11
"author" : " Max Brunsfeld" ,
11
12
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments