ZIm/crates/language/src
Michael Sloan 17872260e6
Add language::BufferSnapshot::highlighted_text_for_range (#24060)
In support of work on

https://github.com/zed-industries/zed/tree/new-ui-for-edit-prediction-with-lsp-completions,
where we want to be able to extract a range of the buffer as
`HighlightedText`.

Release Notes:

- N/A
2025-01-31 23:36:24 +00:00
..
syntax_map Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
buffer.rs Add language::BufferSnapshot::highlighted_text_for_range (#24060) 2025-01-31 23:36:24 +00:00
buffer_tests.rs Renames: HighlightedText->HighlightedMatch + HighlightedEdits->HighlightedText (#24057) 2025-01-31 23:15:46 +00:00
diagnostic_set.rs Add validation in LspCommand::to_lsp + check for inverted ranges (#22731) 2025-01-06 22:00:36 +00:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Revert "project: Fine-grained language server management" (#23977) 2025-01-30 13:42:56 -08:00
language_registry.rs Revert "project: Fine-grained language server management" (#23977) 2025-01-30 13:42:56 -08:00
language_settings.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
markdown.rs Make language registry optional in parse_markdown (#23221) 2025-01-16 03:56:46 -07:00
outline.rs Improve StringMatchCandidate::new interface (#22011) 2024-12-14 13:35:36 -07:00
proto.rs lsp: Track completion triggers for each language separately (#20471) 2024-11-10 10:29:10 +01:00
syntax_map.rs edit prediction: Add syntax highlighting for diff popover (#23899) 2025-01-30 11:53:51 +01:00
task_context.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
toolchain.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00