feat(latex): improve latex theme
This commit is contained in:
parent
4ca6429485
commit
0839d955a9
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ def theme(context):
|
|||
["(Output written on) (.*) \(([0-9]+ pages), [0-9]+ bytes\).",
|
||||
"blue,white,blue", "normal,bold,normal"],
|
||||
["WARNING.*", "magenta", "normal"],
|
||||
["warning.*", "magenta", "normal"],
|
||||
["[wW]arning.*", "magenta", "normal"],
|
||||
["No pages of output", "red", "bold"],
|
||||
|
||||
# BiBTeX
|
||||
["^(I couldn't) (.*)", "red", "normal,bold"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue