zed/zed
Nathan Sobo 09afba9251 Introduce buffer::Content<'a> struct to share logic with buffer::Snapshot
We want to move a bunch of methods on FoldMap to fold_map::Snapshot. This captures a buffer snapshot, and we'll need a bunch of methods that currently are on Buffer to also be implemented on buffer::Snapshot. This Content reference struct will be a good zero-cost place to store that logic.
2021-07-15 09:50:50 -06:00
..
assets Use new Tree-sitter captures API 2021-05-25 16:02:43 -07:00
languages/rust Implement bracket matching using queries 2021-05-28 13:09:57 -07:00
src Introduce buffer::Content<'a> struct to share logic with buffer::Snapshot 2021-07-15 09:50:50 -06:00
app-icon.png Add script/bundle, which creates a macOS app bundle 2021-05-04 17:18:25 -06:00
app-icon@2x.png Add script/bundle, which creates a macOS app bundle 2021-05-04 17:18:25 -06:00
build.rs Ensure that the bundle runs on macOS versions < 11.0 2021-05-10 14:14:04 -06:00
Cargo.toml Rename zed-rpc to zrpc 2021-07-13 18:22:00 +02:00