kramdown-syntax_tree_sitter 0.5.0 → 0.6.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 +4 -4
- data/README.md +2 -2
- data/ext/tree_sitter_adapter/Cargo.lock +760 -235
- data/ext/tree_sitter_adapter/Cargo.toml +1 -1
- data/ext/tree_sitter_adapter/src/lib.rs +13 -63
- data/ext/tree_sitter_adapter/src/tree_sitter_adapter.rs +7 -3
- data/lib/kramdown/syntax_tree_sitter/languages.rb +1 -1
- data/lib/kramdown/syntax_tree_sitter/version.rb +1 -1
- data/lib/tree_sitter_adapter.rb +3 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5aee4ab14f91bd28b4597512ba3c06ce343499da5cee896f29c858d72d5352fc
|
4
|
+
data.tar.gz: 4381e3228f25060d695510b88beddc478c309bf270ea9be791085e06f77a637f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 000fbf6012c20464588ec36d9474a8c1421e7ffab7d08fe49768ecacf5929c7cd2360d171ec0d6b5e38c66acf25b555baab7cf7e79e291faea2fd084f680b8df
|
7
|
+
data.tar.gz: 97c18104ea71fdf94b2d5ff85ad3f65a15cc32192eb98f7195a25fdc1a37bfdfd2c41686f8be825717b6e2b5cfc8640345e19f639f8f06f73d2040f9350755d7
|
data/README.md
CHANGED
@@ -22,8 +22,8 @@ essentially an adapter for the
|
|
22
22
|
hence also requires a compatible [Rust](https://www.rust-lang.org) installation to
|
23
23
|
function. It is officially compatible with the following environments:
|
24
24
|
|
25
|
-
- **Ruby**:
|
26
|
-
- **Rust**: 1.
|
25
|
+
- **Ruby**: 3.0, 3.1, 3.2, 3.3
|
26
|
+
- **Rust**: 1.75, 1.76, 1.77, 1.78
|
27
27
|
- **Platforms**: MacOS, Linux
|
28
28
|
|
29
29
|
### Installation
|