zed/crates/language/src
Antonio Scandurra ab26a175a4 Opt into language-aware features when getting buffer chunks
We use chunks a lot to transform points and sync the various display maps,
and always querying tree-sitter or the LSP diagnostics in those cases is
unnecessarily expensive.
2022-02-03 11:21:30 +01:00
..
buffer.rs Opt into language-aware features when getting buffer chunks 2022-02-03 11:21:30 +01:00
diagnostic_set.rs Re-enable cargo check for rust-analyzer 2022-01-04 18:26:16 +01:00
highlight_map.rs Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
language.rs Syntax highlight even when the label doesn't contain a detail 2022-02-03 09:57:04 +01:00
outline.rs Use StringMatchCandidate::new to construct candidates more conveniently 2022-01-31 19:11:13 +01:00
proto.rs Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
tests.rs Opt into language-aware features when getting buffer chunks 2022-02-03 11:21:30 +01:00