mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
v0.0.7
This commit is contained in:
parent
0114a48a2c
commit
0bba6d6859
7 changed files with 7 additions and 7 deletions
2
src/parser.c
generated
2
src/parser.c
generated
|
|
@ -1018,7 +1018,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_dotenv(void) {
|
|||
.metadata = {
|
||||
.major_version = 0,
|
||||
.minor_version = 0,
|
||||
.patch_version = 5,
|
||||
.patch_version = 7,
|
||||
},
|
||||
};
|
||||
return &language;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue