Fast commit
This commit is contained in:
parent
b20fd4e18e
commit
292760c568
1 changed files with 2 additions and 0 deletions
|
|
@ -2,7 +2,9 @@
|
||||||
def theme(context):
|
def theme(context):
|
||||||
# Theme for coloring AMD/Xilinx Vivado IDE synthesis and implementation output
|
# Theme for coloring AMD/Xilinx Vivado IDE synthesis and implementation output
|
||||||
return context,[
|
return context,[
|
||||||
|
[ "^\s*\*+.+$", "green" ],
|
||||||
[ "^#.+", "green" ],
|
[ "^#.+", "green" ],
|
||||||
|
|
||||||
[ "^.+ Checksum: .+$", "green" ],
|
[ "^.+ Checksum: .+$", "green" ],
|
||||||
|
|
||||||
[ "^.+Time \(s\).+", "green" ],
|
[ "^.+Time \(s\).+", "green" ],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue