Open lnicola opened 5 years ago
I think this is possible by registering a DocumentHighlightProvider
There are lots of nice features that can be implemented by leveraging the richer syntax tree of tree-sitter: https://github.com/georgewfraser/vscode-tree-sitter/blob/master/TODO.md
Matching works for
{
, but not for<
: