zed/crates/language2
Julia 9a2fd18425 Avoid panic with outline highlight ranges
Previously we were using a function in `editor` to combine syntax
highlighting and fuzzy match positions, it would operate on the full
text as put into the label. However we now have a method `ranges` on
`StringMatch` itself which operates on just the match text.

The outline view has some pretty specific behavior around path/normal
matches and how they are highlighted. So let's just give the match the
full text before it leaves the search function so it can freely index
2023-12-04 15:37:34 -05:00
..
src Avoid panic with outline highlight ranges 2023-12-04 15:37:34 -05:00
build.rs WIP 2023-10-22 19:56:25 +02:00
Cargo.toml Merge remote-tracking branch 'origin/rich_text2' into editor2 2023-11-02 20:34:52 -06:00