docs: add informational comments

pull/12706/head
Nikita Revenco 2025-01-27 22:24:43 +00:00
parent 01b8493e74
commit 443d2c8435
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ pub fn highlighted_code_block<'a>(
Box::new(highlight_iter)
};
// Apply custom rendering rules to Helix code blocks.
// These render selections as if in the real editor.
if language == "helix" {
let (text, selections) = print(text);