fixed: context highlight in todo.txt

This commit is contained in:
quenousimporte 2023-10-24 15:09:21 +02:00
parent 6b995c1ed8
commit 9eec853ca9
1 changed files with 1 additions and 1 deletions

View File

@ -2092,7 +2092,7 @@ function rawline2html(line, index, options)
{
line = line.replace(/(\(\w\))/g, "<span style='font-weight:bold; color:" + settings.accentcolor + "'>$1</span>");
line = line.replace(/(@\w*)/g, "<b style='color:grey'>$1</b>");
line = line.replace(/(\+\w*)/g, "<span style='color:grey'>$1</span>");
line = line.replace(/(\s\+\w*)/g, "<span style='color:grey'>$1</span>");
}
}
return line;