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:
parent
2f3d1284ca
commit
fddd0680fa
|
|
@ -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" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue