highlight.lua
highlight.lua copied to clipboard
WIP - refactoring: use treesitter highlight
Treesitter has a highlight api using scm based template link All tree sitter parser repos have queries that define the basis of the language. Fortunately, neovim devs have already started implementing this highlight based system, that we are going to use to have a base environment with better syntax.