Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart tree-sitter rendering strategy #1026

Merged
merged 11 commits into from
Dec 6, 2023
Prev Previous commit
Next Next commit
.
  • Loading branch information
liuchengxu committed Dec 6, 2023
commit 6d9ad3ba363a86de0653da8f7c1c2ee3a346658f
2 changes: 1 addition & 1 deletion crates/maple_core/src/stdio_server/plugin/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ impl Syntax {
?language,
highlighted_lines = raw_highlights.len(),
%file_size,
"ts highlighting elapsed: {:?}ms",
"fetching tree-sitter highlighting info elapsed: {:?}ms",
start.elapsed().as_millis()
);

Expand Down
Loading