1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +02:00
This commit is contained in:
Henrik Hautakoski 2026-04-14 10:29:43 +02:00
parent 0114a48a2c
commit 0bba6d6859
7 changed files with 7 additions and 7 deletions

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 = 5,
.patch_version = 7,
},
};
return &language;