cli: Make ruby syntax highlighting non-optional

The current verison of the crate no longer requires C++ and builds fine.
This commit is contained in:
cloudhead 2024-05-05 00:50:54 +02:00
parent 2f3d1284ca
commit fddd0680fa
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -40,9 +40,7 @@ tree-sitter-css = { version = "0.20" }
tree-sitter-toml = { version = "0.20" } tree-sitter-toml = { version = "0.20" }
tree-sitter-c = { version = "0.20" } tree-sitter-c = { version = "0.20" }
tree-sitter-python = { version = "0.20" } tree-sitter-python = { version = "0.20" }
# N.b. This crate has a C++ token scanner that causes problems when building tree-sitter-ruby = { version = "0.20" }
# for the musl target. Hence it is optional for now.
tree-sitter-ruby = { version = "0.20", optional = true }
tree-sitter-bash = { version = "0.20" } tree-sitter-bash = { version = "0.20" }
tree-sitter-go = { version = "0.20.0" } tree-sitter-go = { version = "0.20.0" }
tree-sitter-md = { version = "0.1.5" } tree-sitter-md = { version = "0.1.5" }