File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-php"
3
3
description = " PHP grammar for tree-sitter"
4
- version = " 0.22.0 "
4
+ version = " 0.22.1 "
5
5
keywords = [" incremental" , " parsing" , " php" ]
6
6
categories = [" parsing" , " text-editors" ]
7
7
repository = " https://github.com/tree-sitter/tree-sitter-php"
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-php = " 0.22.0 "
12
+ tree-sitter-php = " 0.22.1 "
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-php" ,
3
- "version" : " 0.22.0 " ,
3
+ "version" : " 0.22.1 " ,
4
4
"description" : " PHP grammar for tree-sitter" ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments