tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
338 stars 96 forks source link

Poor performance of incremental selection in strings #196

Closed RAIN-LOJK closed 6 months ago

RAIN-LOJK commented 10 months ago

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.

amaanq commented 6 months ago

seems like a nvim-treesitter issue