@cavelang/tree-sitter-cave 0.27.3 → 0.27.14

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.27.3",
3
+ "version": "0.27.14",
4
4
  "description": "Tree-sitter grammar for CAVE — the canonical grammar artifact behind editor and terminal highlighting.",
5
5
  "license": "CC0-1.0",
6
6
  "author": "Mirek Rusin (https://github.com/mirek)",
package/src/parser.c CHANGED
@@ -2679,8 +2679,8 @@ TS_PUBLIC const TSLanguage *tree_sitter_cave(void) {
2679
2679
  .max_reserved_word_set_size = 0,
2680
2680
  .metadata = {
2681
2681
  .major_version = 0,
2682
- .minor_version = 5,
2683
- .patch_version = 0,
2682
+ .minor_version = 27,
2683
+ .patch_version = 14,
2684
2684
  },
2685
2685
  };
2686
2686
  return &language;
Binary file
package/tree-sitter.json CHANGED
@@ -15,7 +15,7 @@
15
15
  }
16
16
  ],
17
17
  "metadata": {
18
- "version": "0.5.0",
18
+ "version": "0.27.14",
19
19
  "license": "CC0-1.0",
20
20
  "description": "Tree-sitter grammar for CAVE — Compressed Atomic Verb Expressions",
21
21
  "authors": [