tree-sitter-zsh 0.49.0 → 0.52.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tree-sitter-zsh",
3
- "version": "0.49.0",
3
+ "version": "0.52.0",
4
4
  "description": "Zsh grammar for tree-sitter",
5
5
  "repository": {
6
6
  "type": "git",
package/src/parser.c CHANGED
@@ -1174403,7 +1174403,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_zsh(void) {
1174403
1174403
  .max_reserved_word_set_size = 0,
1174404
1174404
  .metadata = {
1174405
1174405
  .major_version = 0,
1174406
- .minor_version = 49,
1174406
+ .minor_version = 52,
1174407
1174407
  .patch_version = 0,
1174408
1174408
  },
1174409
1174409
  };
package/tree-sitter.json CHANGED
@@ -18,7 +18,7 @@
18
18
  }
19
19
  ],
20
20
  "metadata": {
21
- "version": "0.49.0",
21
+ "version": "0.52.0",
22
22
  "license": "MIT",
23
23
  "description": "Zsh grammar for tree-sitter",
24
24
  "authors": [