pub fn diff_line(
gutter: &str,
text: &str,
language: &str,
tone: DiffTone,
theme: &Theme,
highlighter: &mut SyntaxHighlighter,
) -> DiffLineExpand description
Renders gutter (line numbers and any change marker) followed by the
syntax-highlighted source, tinted for tone.