zed/crates/language
Nathan Sobo 210fa4c443 Remove CharKind::Newline
This is just a character, and so it seems clearer to refer to it specifically when we want to know if a character is a newline. There was only one case where we relied on Newline being different from Whitespace, and we special-cased that instance. Changing this actually makes us match the behavior of VS Code when double-clicking runs of multiple newlines.

/cc @as-cii

Co-Authored-By: Keith Simmons <keith@the-simmons.net>
2022-03-21 15:17:32 -06:00
..
src Remove CharKind::Newline 2022-03-21 15:17:32 -06:00
build.rs
Cargo.toml Disable doctests for all libraries 2022-03-03 16:15:56 -08:00