You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Helix I'm not sure what the process is, but looking at the source code it seems similar to NeoVim in that you have to maintain editor-specific queries.
FWIW, I have also added your parser to https://github.com/alexaandru/go-sitter-forest so anyone using Go will also be able to make use of it. And with that occasion I discovered this gem of a language, looks really awesome!
Description
This allows a wider range of editors to parse, highlight, etc Inko documents. I'm working on this in https://github.com/inko-lang/tree-sitter-inko.
Pull requests
NeoVim:
Add file type detection for Inko neovim/neovim#28597Helix:
Related work
The text was updated successfully, but these errors were encountered: