BakefileIntegration: bakefile.grc

File bakefile.grc, 408 bytes (added by Vaclav Slavik, 4 years ago)

Generic Colourizer file

Line 
1# line numbers
2regexp=:[0-9]+(:[0-9]+)?:
3colours=bold blue
4count=once
5.........
6
7# warning
8regexp=warning:.*
9colours=bold yellow
10.........
11# error
12regexp=error:.*
13colours=bold red
14count=stop
15.........
16regexp= +(when|at) .*
17colours=magenta
18count=stop
19
20.....
21# bakefile_gen's progress/status messages
22regexp=(\([0-9]+\))?\[[0-9]+/[0-9]+\] generating.*
23colours=green
24.....
25regexp=.*files modified
26colours=green