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