From a8fb280b6d6350d4a4f771189b4817b019ccb774 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 6 Jan 2017 17:05:39 +0000 Subject: [PATCH] make.kak: highlight gcc/clang style location markers --- rc/core/make.kak | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/core/make.kak b/rc/core/make.kak index 0a8fccd2..29ca90a8 100644 --- a/rc/core/make.kak +++ b/rc/core/make.kak @@ -25,6 +25,7 @@ All the optional arguments are forwarded to the make utility} \ addhl -group / group make addhl -group /make regex "^((?:\w:)?[^:\n]+):(\d+):(?:(\d+):)?\h+(?:((?:fatal )?error)|(warning)|(note)|(required from(?: here)?))?.*?$" 1:cyan 2:green 3:green 4:red 5:yellow 6:blue 7:yellow +addhl -group /make regex "^\h*(~*(?:(\^)~*)?)$" 1:green 2:cyan+b addhl -group /make line '%opt{make_current_error_line}' default+b hook -group make-highlight global WinSetOption filetype=make %{ addhl ref make }