# 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