2014-05-17 00:21:34 +04:00
|
|
|
## Here is an example for Makefiles.
|
2009-11-28 07:11:04 +03:00
|
|
|
|
2015-11-24 14:09:06 +03:00
|
|
|
syntax "makefile" "Makefile[^/]*$" "\.(make|mk)$"
|
2014-05-17 00:21:34 +04:00
|
|
|
|
2009-11-28 07:11:04 +03:00
|
|
|
color red "[:=]"
|
|
|
|
color magenta "\<(if|ifeq|else|endif)\>"
|
2009-12-04 06:46:04 +03:00
|
|
|
color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
|
2009-11-28 07:11:04 +03:00
|
|
|
color brightblue "^[^ ]+:"
|
|
|
|
color green "#.*$"
|
2014-05-17 00:21:34 +04:00
|
|
|
|
2014-02-27 01:42:53 +04:00
|
|
|
## Trailing whitespace.
|
|
|
|
color ,green "[[:space:]]+$"
|