@konomanoasa/tree-sitter-awk 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/parser.c +1 -1
- package/tree-sitter.json +1 -1
package/package.json
CHANGED
package/src/parser.c
CHANGED
|
@@ -657407,7 +657407,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_awk(void) {
|
|
|
657407
657407
|
.max_reserved_word_set_size = 0,
|
|
657408
657408
|
.metadata = {
|
|
657409
657409
|
.major_version = 0,
|
|
657410
|
-
.minor_version =
|
|
657410
|
+
.minor_version = 3,
|
|
657411
657411
|
.patch_version = 0,
|
|
657412
657412
|
},
|
|
657413
657413
|
};
|