Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Make ruby syntax highlighting non-optional
cloudhead committed 2 years ago
commit fddd0680fa219d76eb37b8e216419fb92be81963
parent 2f3d1284ca5a2e8be35d5853ea40e7fb1cb9c4ec
1 file changed +1 -3
modified radicle-cli/Cargo.toml
@@ -40,9 +40,7 @@ tree-sitter-css = { version = "0.20" }
tree-sitter-toml = { version = "0.20" }
tree-sitter-c = { version = "0.20" }
tree-sitter-python = { version = "0.20" }
-
# N.b. This crate has a C++ token scanner that causes problems when building
-
# for the musl target. Hence it is optional for now.
-
tree-sitter-ruby = { version = "0.20", optional = true }
+
tree-sitter-ruby = { version = "0.20" }
tree-sitter-bash = { version = "0.20" }
tree-sitter-go = { version = "0.20.0" }
tree-sitter-md = { version = "0.1.5" }