-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make installable via luarocks #26
Comments
I got I'll probably do some testing on loading |
While the cli can now be installed via LuaRocks, using |
I gave the old "college try" at switching to I also attempted to get LuaRocks to build the tree-sitter lib for At this point I'm leaning towards bundling |
So it turns out As far as installing |
Alrighty I have two PRs out there, one of which would allow us to install without Node on the system: and the other which bundles the tree-sitter library with ltreesitter (and we/the world would not need I think when the luarocks-build-treesitter-parser PR is complete with a new version, we can close this issue out! (for ltreesitter, there is currently a workaround in place) |
With the switch to using the tree-sitter for parsing, the tree-sitter grammar (
teal.so
) needs to be installed on the user's machine to enable tree-sitter parsing. To enable this, I'm planning to try the following:Try to switch to lua-tree-sitterltreesitter
and thetree-sitter
lib together.This address the major concern from #25
The text was updated successfully, but these errors were encountered: