File tree 7 files changed +7
-8
lines changed
7 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ tree-sitter-javascript = "=0.23.1"
32
32
tree-sitter-python = " =0.23.6"
33
33
tree-sitter-rust = " =0.24.0"
34
34
tree-sitter-preproc = { path = " ./tree-sitter-preproc" , version = " =0.20.4" }
35
- tree-sitter-ccomment = { path = " ./tree-sitter-ccomment" , version = " =0.20.3 " }
35
+ tree-sitter-ccomment = { path = " ./tree-sitter-ccomment" , version = " =0.20.4 " }
36
36
tree-sitter-mozcpp = { path = " ./tree-sitter-mozcpp" , version = " =0.20.4" }
37
37
tree-sitter-mozjs = { path = " ./tree-sitter-mozjs" , version = " =0.20.3" }
38
38
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ tree-sitter-javascript = "=0.23.1"
16
16
tree-sitter-python = " =0.23.6"
17
17
tree-sitter-rust = " =0.24.0"
18
18
tree-sitter-preproc = { path = " ../tree-sitter-preproc" , version = " =0.20.4" }
19
- tree-sitter-ccomment = { path = " ../tree-sitter-ccomment" , version = " =0.20.3 " }
19
+ tree-sitter-ccomment = { path = " ../tree-sitter-ccomment" , version = " =0.20.4 " }
20
20
tree-sitter-mozcpp = { path = " ../tree-sitter-mozcpp" , version = " =0.20.4" }
21
21
tree-sitter-mozjs = { path = " ../tree-sitter-mozjs" , version = " =0.20.3" }
22
22
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-ccomment"
3
3
description = " Ccomment grammar for the tree-sitter parsing library"
4
- version = " 0.20.3 "
4
+ version = " 0.20.4 "
5
5
authors = [
" Calixte Denizet <[email protected] >" ]
6
6
license = " MIT"
7
7
readme = " bindings/rust/README.md"
@@ -27,4 +27,4 @@ tree-sitter-language="0.1.0"
27
27
cc = " ^1.0"
28
28
29
29
[dev-dependencies ]
30
- tree-sitter = " =0.25.3 "
30
+ tree-sitter = " =0.25.4 "
Original file line number Diff line number Diff line change 8
8
9
9
``` toml
10
10
[dependencies ]
11
- tree-sitter = " 0.25.3 "
11
+ tree-sitter = " 0.25.4 "
12
12
tree-sitter-ccomment = " 0.20.3"
13
13
```
14
14
Original file line number Diff line number Diff line change 13
13
"nan" : " ^2.14.2"
14
14
},
15
15
"devDependencies" : {
16
- "tree-sitter-cli" : " ^0.25.3 "
16
+ "tree-sitter-cli" : " ^0.25.4 "
17
17
},
18
18
"scripts" : {
19
19
"build" : " tree-sitter generate && node-gyp build" ,
Original file line number Diff line number Diff line change 1
- /* Automatically generated by tree-sitter v0.25.3 (2a835ee029dca1c325e6f1c01dbce40396f6123e ) */
1
+ /* Automatically @ generated by tree-sitter v0.25.4 (726dcd1e872149d95de581589fc408fb8ea9cb0b ) */
2
2
3
3
#include "tree_sitter/parser.h"
4
4
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ typedef uint16_t TSStateId;
18
18
typedef uint16_t TSSymbol ;
19
19
typedef uint16_t TSFieldId ;
20
20
typedef struct TSLanguage TSLanguage ;
21
- typedef struct TSLanguageMetadata TSLanguageMetadata ;
22
21
typedef struct TSLanguageMetadata {
23
22
uint8_t major_version ;
24
23
uint8_t minor_version ;
You can’t perform that action at this time.
0 commit comments