textbringer-tree-sitter 1.2.9 → 1.3.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4e8233cc89cce1be3319d950f8693fc9caac260b38f99d74fe9510eecdb33f0
|
|
4
|
+
data.tar.gz: 420028881a8d96b5d4a5745e0ff192a6098138eccdd9277af9ce681bdb05488c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39c15c72299489514e569efd02a89f4739e33ef8acbfb8e505322299a8b57e0054a375913f93c7c3d9b3b1a4ac7fcba129d8edc8c721e11d1a075dbc956ee1cb
|
|
7
|
+
data.tar.gz: f84e55d560a11a079f8658aeacc7a47b10a4e55b60b72a67e46cee146ec0a5654bd7b2614caa0949032749e6732c5927c0ddb1a6b60bd8d685030227e7fa1a37
|
data/exe/textbringer-tree-sitter
CHANGED
|
@@ -16,7 +16,7 @@ require_relative "../lib/textbringer/tree_sitter/language_aliases"
|
|
|
16
16
|
require_relative "../lib/textbringer/tree_sitter/platform"
|
|
17
17
|
|
|
18
18
|
module TextbringerTreeSitterCLI
|
|
19
|
-
FAVEOD_VERSION = "
|
|
19
|
+
FAVEOD_VERSION = "v5.0"
|
|
20
20
|
|
|
21
21
|
# Parsers included in the Faveod tarball
|
|
22
22
|
FAVEOD_PARSERS = %w[
|
data/scripts/build_parsers.sh
CHANGED
data/scripts/download_parsers.sh
CHANGED
|
@@ -51,7 +51,7 @@ else
|
|
|
51
51
|
fi
|
|
52
52
|
|
|
53
53
|
# Faveod/tree-sitter-parsers のリリースバージョン
|
|
54
|
-
RELEASE_VERSION="
|
|
54
|
+
RELEASE_VERSION="v5.0"
|
|
55
55
|
TARBALL_NAME="tree-sitter-parsers-${RELEASE_VERSION#v}-${FAVEOD_PLATFORM}.tar.gz"
|
|
56
56
|
TARBALL_URL="https://github.com/Faveod/tree-sitter-parsers/releases/download/${RELEASE_VERSION}/${TARBALL_NAME}"
|
|
57
57
|
|