Open Heus-Sueh opened 5 months ago
This requires a tree-sitter parser to be created. I've already created a minimal tree-sitter parser but didn't have time to polish it out
@Ph0enixKM can you share that parser? In what language is written?
@Ph0enixKM can you share that parser? In what language is written?
Tree sitter is written in JavaScript, but when you run tree-sitter generate
then it will create a corresponding c code and then it will be compiled. The only problem is that it doesn't work totally. I'll create a repo for it
For vim exists https://github.com/gbhorwood/amber.vim so also for neovim but isn't treesitter just a syntax file
https://github.com/nvim-treesitter/nvim-treesitter