1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-08-28 04:38:12 +02:00

build: regenerate parser [dependabot skip]

This commit is contained in:
dependabot[bot] 2026-07-05 11:52:58 +00:00
parent 520cec1a91
commit 0ed3135003

2
src/parser.c generated
View file

@ -1018,7 +1018,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_dotenv(void) {
.metadata = {
.major_version = 0,
.minor_version = 0,
.patch_version = 7,
.patch_version = 8,
},
};
return &language;