zed/crates/language
Antonio Scandurra 6212ebad9b Communicate with language servers in terms of UTF-16 coordinates
This required indexing UTF-16 positions in `Rope`. We tried opting
into the UTF-8 experimental support but it didn't seem to work
correctly and the standard is UTF-16 anyway.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-10-29 18:33:23 +02:00
..
src Communicate with language servers in terms of UTF-16 coordinates 2021-10-29 18:33:23 +02:00
build.rs Move lsp configuration into language crate 2021-10-26 12:17:51 -07:00
Cargo.toml Allow retrieving a buffer's diagnostics 2021-10-26 15:46:08 -07:00