blob: 188f004ad66ee8133137b24230cb653463256ab9 [file] [log] [blame]
Benno Schulenbergfe9da942014-05-16 20:21:34 +00001## Here is an example for Makefiles.
Chris Allegretta75283052009-11-28 04:11:04 +00002
Benno Schulenberg9dc47fd2015-11-24 11:09:06 +00003syntax "makefile" "Makefile[^/]*$" "\.(make|mk)$"
Mike Scalora6a2032f2016-05-25 22:13:50 +02004comment "#"
Benno Schulenbergfe9da942014-05-16 20:21:34 +00005
Chris Allegretta75283052009-11-28 04:11:04 +00006color red "[:=]"
7color magenta "\<(if|ifeq|else|endif)\>"
Chris Allegretta96466162009-12-04 03:46:04 +00008color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
Chris Allegretta75283052009-11-28 04:11:04 +00009color brightblue "^[^ ]+:"
10color green "#.*$"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000011
Benno Schulenberg8a2c2452014-02-26 21:42:53 +000012## Trailing whitespace.
13color ,green "[[:space:]]+$"