1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-27 16:39:52 +02:00

Merge pull request #119 from invisiblek/master

makefile: bightmagenta for start of lines beginning with +=
This commit is contained in:
Anthony Scopatz 2016-10-13 02:26:46 -05:00 committed by GitHub
commit 6fbb86ab90

View File

@ -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:]]"