| syntax makefile "(^|/)((GNU)?m|M)akefile[^/]*$|\.(make|mk)$" | |
| magic "makefile script" | |
| tabgives " " | |
| comment "#" | |
| color red " (:?:|\+|\?)?= " | |
| color magenta "^(if|ifn?def|ifn?eq|else|endif|(-|s)?include)\>" | |
| color magenta "^((override +)?(un)?define|endef|(un)?export|private|vpath)\>" | |
| color blue "\$+[{(][[:alnum:]_-]+[})]" | |
| color brightblue "^[^ ].*:" | |
| color green "(^|[[:blank:]]+)#.*" | |
| color ,green "[[:space:]]+$" | |