tree-sitter-ucode 0.1.2 → 0.2.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/tmpl/src/parser.c CHANGED
@@ -696,8 +696,8 @@ TS_PUBLIC const TSLanguage *tree_sitter_ucode_tmpl(void) {
696
696
  .max_reserved_word_set_size = 0,
697
697
  .metadata = {
698
698
  .major_version = 0,
699
- .minor_version = 1,
700
- .patch_version = 2,
699
+ .minor_version = 2,
700
+ .patch_version = 0,
701
701
  },
702
702
  };
703
703
  return &language;
Binary file
Binary file
package/tree-sitter.json CHANGED
@@ -41,7 +41,7 @@
41
41
  }
42
42
  ],
43
43
  "metadata": {
44
- "version": "0.1.2",
44
+ "version": "0.2.0",
45
45
  "license": "MIT",
46
46
  "description": "Ucode grammar for tree-sitter",
47
47
  "links": {