tree-sitter-beancount 2.4.0 → 2.4.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/binding.gyp +1 -1
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/tree-sitter-beancount.node +0 -0
- package/prebuilds/darwin-x64/tree-sitter-beancount.node +0 -0
- package/prebuilds/linux-arm64/tree-sitter-beancount.node +0 -0
- package/prebuilds/linux-x64/tree-sitter-beancount.node +0 -0
- package/prebuilds/win32-arm64/tree-sitter-beancount.node +0 -0
- package/prebuilds/win32-x64/tree-sitter-beancount.node +0 -0
- package/src/parser.c +2 -2
package/binding.gyp
CHANGED
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/parser.c
CHANGED
|
@@ -16443,8 +16443,8 @@ TS_PUBLIC const TSLanguage *tree_sitter_beancount(void) {
|
|
|
16443
16443
|
.max_reserved_word_set_size = 0,
|
|
16444
16444
|
.metadata = {
|
|
16445
16445
|
.major_version = 2,
|
|
16446
|
-
.minor_version =
|
|
16447
|
-
.patch_version =
|
|
16446
|
+
.minor_version = 3,
|
|
16447
|
+
.patch_version = 3,
|
|
16448
16448
|
},
|
|
16449
16449
|
};
|
|
16450
16450
|
return &language;
|