summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-09-06 13:35:36 +0200
committerMaxime Coste <frrrwww@gmail.com>2012-09-06 13:35:36 +0200
commit41b0751a5d35b58d8479ed82cf43acc02e5933bf (patch)
tree354f1554836670e4dfcdb0a600c3468c0dd1d8e3 /src
parent8d24d2aa2b0dbd129a815ef5e663541a4c3adec1 (diff)
tweak make output highlighting
Diffstat (limited to 'src')
-rw-r--r--src/rc/make.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/make.kak b/src/rc/make.kak
index 8c609464..e68aeeb9 100644
--- a/src/rc/make.kak
+++ b/src/rc/make.kak
@@ -10,7 +10,7 @@ def -env-params make %{ echo make in progress, please wait...; %sh{
hook global WinSetOption filetype=make %{
addhl group make-highlight
- addhl -group make-highlight regex "^([^:\n]+):(\d+):(\d+):\h+(?:(error)|(warning)|(note)|(required from(?: here)?))?[^\n]*" 1:cyan 2:green 3:green 4:red 5:yellow 6:blue 7:yellow
+ addhl -group make-highlight regex "^([^:\n]+):(\d+):(\d+):\h+(?:((?:fatal )?error)|(warning)|(note)|(required from(?: here)?))?[^\n]*" 1:cyan 2:green 3:green 4:red 5:yellow 6:blue 7:yellow
}
hook global WinSetOption filetype=(?!make).* %{ rmhl make-highlight; }