mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
makefile: bightmagenta for start of lines beginning with +=
* += is very typical in android building and this makes it as pretty as := lines
This commit is contained in:
parent
0969169f3e
commit
40fd6acdf3
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ header "^#!.*/(env +)?[bg]?make( |$)"
|
||||||
color cyan "\<(ifeq|ifdef|ifneq|ifndef|else|endif)\>"
|
color cyan "\<(ifeq|ifdef|ifneq|ifndef|else|endif)\>"
|
||||||
color cyan "^(export|include|override)\>"
|
color cyan "^(export|include|override)\>"
|
||||||
color brightmagenta "^[^:= ]+:"
|
color brightmagenta "^[^:= ]+:"
|
||||||
|
color brightmagenta "^[^:+ ]+\+"
|
||||||
color red "[=,%]" "\+=|\?=|:=|&&|\|\|"
|
color red "[=,%]" "\+=|\?=|:=|&&|\|\|"
|
||||||
color brightblue "\$\((abspath|addprefix|addsuffix|and|basename|call|dir)[[:space:]]"
|
color brightblue "\$\((abspath|addprefix|addsuffix|and|basename|call|dir)[[:space:]]"
|
||||||
color brightblue "\$\((error|eval|filter|filter-out|findstring|firstword)[[:space:]]"
|
color brightblue "\$\((error|eval|filter|filter-out|findstring|firstword)[[:space:]]"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue