fix: streamline grammar generation

This commit is contained in:
maunzCache
2025-03-30 15:40:27 +02:00
committed by Michael Hoffmann
parent 536bfc45f8
commit 41a2e70241
4 changed files with 13 additions and 380 deletions

View File

@@ -23694,8 +23694,8 @@ TS_PUBLIC const TSLanguage *tree_sitter_terraform(void) {
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 0,
.minor_version = 0,
.patch_version = 1,
.minor_version = 2,
.patch_version = 0,
},
};
return &language;