Jason Lee
|
d0396d779e
|
editor: Add document_colors LSP. (#1329)
|
2025-10-06 18:08:12 +08:00 |
|
Jason Lee
|
5e7a2cb37f
|
editor: Add DefinitionProvider. (#1261)
https://github.com/user-attachments/assets/f8234a3f-3075-48ce-ae46-8ea869b6a13d
- Hold `cmd` to hover on a word to trigger definition check.
|
2025-09-19 13:49:24 +08:00 |
|
Jason Lee
|
3fa996c331
|
input: Fix line column by use chars offset. (#1239)
- Add autocorrect to markdown example for test `markers`.
<img width="1104" height="590" alt="image"
src="https://github.com/user-attachments/assets/03103088-e828-4039-82b0-c816d5f36141"
/>
|
2025-09-10 20:56:15 +08:00 |
|
Jason Lee
|
2b796c94e9
|
highlighter: Improve performance for large file. (#911)
Still need to improve.
This version can work smooth when the file lines are less than 5000
lines.
> cargo run --release on MacBook Pro, Apple M3 CPU
- Editing at 110 FPS+
- Display at 120 FPS.
<img width="977" alt="image"
src="https://github.com/user-attachments/assets/37958bcb-20d8-486b-8c50-2728d16f971b"
/>
|
2025-06-03 23:20:33 +08:00 |
|
Jason Lee
|
a4aff404ce
|
highlighter: Use tree-sitter to highlight code. (#904)
<img width="1318" alt="image"
src="https://github.com/user-attachments/assets/4a8e7b93-a7e7-4648-b8da-c5a6e7ede4f9"
/>
<img width="1318" alt="image"
src="https://github.com/user-attachments/assets/bfc35845-719f-4c97-bf50-087feb0f6775"
/>
|
2025-05-29 19:54:52 +08:00 |
|