Skip to content

Commit c656f05

Browse files
added the tree-sitter-cli builder directly
1 parent eea5329 commit c656f05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

teal-language-server-0.1.0-1.rockspec

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ dependencies = {
2424
"luv",
2525
"lusc_luv >= 4.0",
2626
"ltreesitter-ts==0.0.1",
27+
-- install script works locally for me and installs via LuaRocks via hererocks without this line.
28+
-- trying to work with the CI/CD pipeline, hopefully this is all that's needed
29+
"luarocks-build-tree-sitter-cli==0.0.2",
2730
"tree-sitter-cli==0.24.4",
2831
"tree-sitter-teal",
2932
}

0 commit comments

Comments
 (0)