blob: 1bc6078317c86d1b2f20becd5d8248b8c211927c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# color warnings
regexp=^.*?:\d+:\d+:warning: .*
colours=yellow
count=stop
=========
# color errors
regexp=^.*?:\d+:\d+: .*
colours=red
count=stop
=========
# skip additional message line on Linux
regexp=^ghdl: compilation error
skip=yes
|