Bernardo Meireles
Bernardo Meireles
@kiran-4444 Thank you for this. We will be working on it and keeping everyone updated throughout the process.
We've been looking through it and found some interesting things, mainly in `crates/editor/src/editor.rs`. We're thinking about doing an approach like the highlight_matching_bracket.rs file does for the highlight but for coloring...
We figured out that the `shape_line` and `shape_text` functions of `WindowTextSystem` inside the `gpui/src/text_system.rs` file are responsible for painting the text with colors and decorators onto the editor. We are...
Is everyone ok with the approach being taken and/or does anyone have any suggestions regarding how to continue?
Yes, we plan to not break any themes, we've added the option to customize the colors but that's built upon the current theme implementation. I was referring more to the...
Different languages could have different behaviours for brackets and the logic could be used for more than rainbow brackets, at least that was our thought process. Do you have a...
We're also unaware of that implementation for tree-sitter, where is that and how does it work? If any tree-sitter-involved Zed developer could let us know about it if it even...