tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poor performance of incremental selection in strings

RAIN-LOJK opened this issue · comments

When using incremental selection, in addition to string content, double or single quotes are also selected.
However, in other languages, only the string content was selected; Therefore, in practical applications, it is not possible to quickly change the content of a string, and it is necessary to re quote double or single quotes.

seems like a nvim-treesitter issue