mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
extend selection inside a string literal should select a word first
This commit is contained in:
parent
29d8bfb9c9
commit
9672ae001e
2 changed files with 21 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
//! to support custom watcher events (related to https://github.com/rust-analyzer/rust-analyzer/issues/131)
|
||||
//!
|
||||
//! VFS is based on a concept of roots: a set of directories on the file system
|
||||
//! whihc are watched for changes. Typically, there will be a root for each
|
||||
//! which are watched for changes. Typically, there will be a root for each
|
||||
//! Cargo package.
|
||||
mod arena;
|
||||
mod io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue