Ph0enixKM / Amber

💎 Amber the programming language compiled to bash
https://amber-lang.com
GNU General Public License v3.0
3.51k stars 67 forks source link

✨ Neovim syntax highlighting support #194

Open Heus-Sueh opened 1 week ago

Heus-Sueh commented 1 week ago

https://github.com/nvim-treesitter/nvim-treesitter

Ph0enixKM commented 1 week 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

Mte90 commented 5 days ago

@Ph0enixKM can you share that parser? In what language is written?