mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-08-28 04:38:12 +02:00
chore: version v1.1.1
This commit is contained in:
parent
b0e11dc786
commit
8b1dad8819
7 changed files with 7 additions and 7 deletions
2
src/parser.c
generated
2
src/parser.c
generated
|
|
@ -1388,7 +1388,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_dotenv(void) {
|
|||
.metadata = {
|
||||
.major_version = 1,
|
||||
.minor_version = 1,
|
||||
.patch_version = 0,
|
||||
.patch_version = 1,
|
||||
},
|
||||
};
|
||||
return &language;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue