Skip to content

Commit

Permalink
0.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 10, 2024
1 parent 6d19b7d commit d1a1a3f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "tree-sitter-bash"
description = "Bash grammar for tree-sitter"
version = "0.20.4"
authors = ["Max Brunsfeld <[email protected]"]
version = "0.20.5"
authors = [
"Max Brunsfeld <[email protected]>",
"Amaan Qureshi <[email protected]>",
]
license = "MIT"
readme = "bindings/rust/README.md"
keywords = ["incremental", "parsing", "bash"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "0.20.10"
tree-sitter-bash = "0.20.4"
tree-sitter-bash = "0.20.5"
```

Typically, you will use the [language][language func] function to add this
Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "tree-sitter-bash",
"version": "0.20.4",
"version": "0.20.5",
"description": "Bash grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
"parser",
"lexer",
"bash"
],
"author": "Max Brunsfeld",
"author": "Max Brunsfeld <[email protected]>",
"contributors": [
"Amaan Qureshi <[email protected]>"
],
"license": "MIT",
"dependencies": {
"nan": "^2.18.0",
Expand Down Expand Up @@ -42,9 +45,15 @@
"tree-sitter": [
{
"scope": "source.bash",
"injection-regex": "(shell|bash|sh)",
"first-line-regex": "^#!.*\\b(sh|bash|dash)\\b.*$",
"file-types": [
"sh",
"bash"
"bash",
".bashrc",
".bash_profile",
"ebuild",
"eclass"
]
}
]
Expand Down

0 comments on commit d1a1a3f

Please sign in to comment.