highlight.lua icon indicating copy to clipboard operation
highlight.lua copied to clipboard

a neovim syntax highlighter using treesitter

Results 1 highlight.lua issues
Sort by recently updated
recently updated
newest added

Treesitter has a highlight api using scm based template [link](https://tree-sitter.github.io/tree-sitter/syntax-highlighting) All tree sitter parser repos have queries that define the basis of the language. Fortunately, neovim devs have already started...