We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9b3c7 commit 2799ef9Copy full SHA for 2799ef9
1 file changed
crates/editor/src/editor.rs
@@ -20436,6 +20436,7 @@ impl Editor {
20436
cx.notify();
20437
20438
self.scrollbar_marker_state.dirty = true;
20439
+ self.colorize_brackets(true, cx);
20440
self.folds_did_change(cx);
20441
}
20442
@@ -20578,6 +20579,7 @@ impl Editor {
20578
20579
20580
20581
self.active_indent_guides_state.dirty = true;
20582
20583
20584
20585
pub fn update_renderer_widths(
0 commit comments