extend selection inside a string literal should select a word first

This commit is contained in:
gfreezy 2019-01-02 23:42:38 +08:00
parent 29d8bfb9c9
commit 9672ae001e
2 changed files with 21 additions and 5 deletions

View file

@ -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;