From 40fd6acdf36c19e674fdbd24e983e9dc3c59eb89 Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Tue, 11 Oct 2016 18:08:59 -0500 Subject: [PATCH] makefile: bightmagenta for start of lines beginning with += * += is very typical in android building and this makes it as pretty as := lines --- makefile.nanorc | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile.nanorc b/makefile.nanorc index 70c6398..12db1e2 100644 --- a/makefile.nanorc +++ b/makefile.nanorc @@ -4,6 +4,7 @@ header "^#!.*/(env +)?[bg]?make( |$)" color cyan "\<(ifeq|ifdef|ifneq|ifndef|else|endif)\>" color cyan "^(export|include|override)\>" color brightmagenta "^[^:= ]+:" +color brightmagenta "^[^:+ ]+\+" color red "[=,%]" "\+=|\?=|:=|&&|\|\|" color brightblue "\$\((abspath|addprefix|addsuffix|and|basename|call|dir)[[:space:]]" color brightblue "\$\((error|eval|filter|filter-out|findstring|firstword)[[:space:]]"