From 292760c568433d734b48d842566a520c284c8285 Mon Sep 17 00:00:00 2001 From: "Konstantin Pavlov (ug)" Date: Fri, 14 Apr 2023 16:54:08 +0300 Subject: [PATCH] Fast commit --- colout/colout_vivado.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colout/colout_vivado.py b/colout/colout_vivado.py index 72d211d..1e5d8a0 100644 --- a/colout/colout_vivado.py +++ b/colout/colout_vivado.py @@ -2,7 +2,9 @@ def theme(context): # Theme for coloring AMD/Xilinx Vivado IDE synthesis and implementation output return context,[ + [ "^\s*\*+.+$", "green" ], [ "^#.+", "green" ], + [ "^.+ Checksum: .+$", "green" ], [ "^.+Time \(s\).+", "green" ],