a_star_module
Wilfred Hughes 2021-12-30 10:12:27 +07:00
parent 426a95c552
commit e2e7f0a626
1 changed files with 1 additions and 0 deletions

@ -233,6 +233,7 @@ fn highlight_as_novel(
// If this is a blank line without a corresponding line on the
// other side, highlight it too. This helps highlight novel
// blank lines.
// TODO: consider whitespace-only lines here too.
if line_content == Some(&"".into()) && opposite_line_num.is_none() {
return true;
}