tree-sitter-zsh 0.45.0 → 0.47.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.45.0",
3
+ "version": "0.47.0",
4
4
  "description": "Zsh grammar for tree-sitter",
5
5
  "repository": "https://github.com/geohar/tree-sitter-zsh",
6
6
  "license": "MIT",
package/src/parser.c CHANGED
@@ -1173106,7 +1173106,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_zsh(void) {
1173106
1173106
  .max_reserved_word_set_size = 0,
1173107
1173107
  .metadata = {
1173108
1173108
  .major_version = 0,
1173109
- .minor_version = 30,
1173109
+ .minor_version = 47,
1173110
1173110
  .patch_version = 0,
1173111
1173111
  },
1173112
1173112
  };
package/tree-sitter.json CHANGED
@@ -18,7 +18,7 @@
18
18
  }
19
19
  ],
20
20
  "metadata": {
21
- "version": "0.45.0",
21
+ "version": "0.47.0",
22
22
  "license": "MIT",
23
23
  "description": "Zsh grammar for tree-sitter",
24
24
  "authors": [