@cavelang/tree-sitter-cave 0.30.0 → 0.31.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cavelang/tree-sitter-cave",
3
- "version": "0.30.0",
3
+ "version": "0.31.1",
4
4
  "description": "Tree-sitter grammar for CAVE — the canonical grammar artifact behind editor and terminal highlighting.",
5
5
  "keywords": [
6
6
  "cave",
package/src/parser.c CHANGED
@@ -2889,8 +2889,8 @@ TS_PUBLIC const TSLanguage *tree_sitter_cave(void) {
2889
2889
  .max_reserved_word_set_size = 0,
2890
2890
  .metadata = {
2891
2891
  .major_version = 0,
2892
- .minor_version = 30,
2893
- .patch_version = 0,
2892
+ .minor_version = 31,
2893
+ .patch_version = 1,
2894
2894
  },
2895
2895
  };
2896
2896
  return &language;
Binary file
package/tree-sitter.json CHANGED
@@ -15,7 +15,7 @@
15
15
  }
16
16
  ],
17
17
  "metadata": {
18
- "version": "0.30.0",
18
+ "version": "0.31.1",
19
19
  "license": "CC0-1.0",
20
20
  "description": "Tree-sitter grammar for CAVE — Compressed Atomic Verb Expressions",
21
21
  "authors": [