gpui-component/crates/ui/src/highlighter
Jason Lee 189bd6e9a3
highlighter: Fix some editing operatons might result incorrect hightlight. (#1197)
This PR just removed the partial update highlight cache code. This logic
will get incorrect offset.

To make sure highlight correct first.

Remove this will slow down performance (On editing), when is more than
5K lines, but if less than this the performance can accept.
2025-09-02 18:52:02 +08:00
..
languages highlighter: Fix highlight offset and reset highlight when replace all text. (#950) 2025-06-12 14:11:01 +08:00
highlighter.rs highlighter: Fix some editing operatons might result incorrect hightlight. (#1197) 2025-09-02 18:52:02 +08:00
languages.rs text_view: Add to support selection. (#1169) 2025-08-28 18:09:30 +08:00
mod.rs highlighter: Use tree-sitter to highlight code. (#904) 2025-05-29 19:54:52 +08:00
registry.rs text_view: Add to support selection. (#1169) 2025-08-28 18:09:30 +08:00