fix: double syntax_refresh_update_time
This commit is contained in:
parent
d10656b433
commit
9cc2613818
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const scroll_step_small = 3;
|
|||
const scroll_cursor_min_border_distance = 5;
|
||||
|
||||
const double_click_time_ms = 350;
|
||||
const syntax_refresh_update_time = 5; // ms
|
||||
const syntax_refresh_update_time = 10; // ms
|
||||
|
||||
pub const max_matches = if (builtin.mode == std.builtin.OptimizeMode.Debug) 10_000 else 100_000;
|
||||
pub const max_match_lines = 15;
|
||||
|
|
Loading…
Add table
Reference in a new issue