File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tree-sitter-bash"
33description = " Bash grammar for tree-sitter"
4- version = " 0.20.4"
5- authors = [" Max Brunsfeld <maxbrunsfeld@gmail.com" ]
4+ version = " 0.20.5"
5+ authors = [
6+ " Max Brunsfeld <maxbrunsfeld@gmail.com>" ,
7+ " Amaan Qureshi <amaanq12@gmail.com>" ,
8+ ]
69license = " MIT"
710readme = " bindings/rust/README.md"
811keywords = [" incremental" , " parsing" , " bash" ]
Original file line number Diff line number Diff line change 99``` toml
1010[dependencies ]
1111tree-sitter = " 0.20.10"
12- tree-sitter-bash = " 0.20.4 "
12+ tree-sitter-bash = " 0.20.5 "
1313```
1414
1515Typically, you will use the [ language] [ language func ] function to add this
Original file line number Diff line number Diff line change 11{
22 "name" : " tree-sitter-bash" ,
3- "version" : " 0.20.4 " ,
3+ "version" : " 0.20.5 " ,
44 "description" : " Bash grammar for tree-sitter" ,
55 "main" : " bindings/node" ,
66 "keywords" : [
77 " parser" ,
88 " lexer" ,
99 " bash"
1010 ],
11- "author" : " Max Brunsfeld" ,
11+ "author" : " Max Brunsfeld <maxbrunsfeld@gmail.com>" ,
12+ "contributors" : [
13+ " Amaan Qureshi <amaanq12@gmail.com>"
14+ ],
1215 "license" : " MIT" ,
1316 "dependencies" : {
1417 "nan" : " ^2.18.0" ,
4245 "tree-sitter" : [
4346 {
4447 "scope" : " source.bash" ,
48+ "injection-regex" : " (shell|bash|sh)" ,
49+ "first-line-regex" : " ^#!.*\\ b(sh|bash|dash)\\ b.*$" ,
4550 "file-types" : [
4651 " sh" ,
47- " bash"
52+ " bash" ,
53+ " .bashrc" ,
54+ " .bash_profile" ,
55+ " ebuild" ,
56+ " eclass"
4857 ]
4958 }
5059 ]
You can’t perform that action at this time.
0 commit comments