nvim-highlite icon indicating copy to clipboard operation
nvim-highlite copied to clipboard

Alternative `nvim-treesitter` queries

Open Iron-E opened this issue 3 years ago • 0 comments

nvim-treesitter does not tend to support very fine syntax highlighting as per :h group-names. For example, in Rust the ? token is represented as an Operator (e.g. +, -, &&) rather than Exception (e.g. try, catch, throw). I wish to support nvim-treesitter more appropriately with this template by providing scheme queries, though this will take a long time to do and I can't get to it for a while.

Iron-E avatar Jul 25 '21 19:07 Iron-E