2009-11-28 04:11:04 +00:00
|
|
|
# unattributed syntax highlighting example from wiki.linuxhelp.net/
|
|
|
|
|
|
|
|
syntax "makefile" "Makefile[^/]*$"
|
|
|
|
color red "[:=]"
|
|
|
|
color magenta "\<(if|ifeq|else|endif)\>"
|
2009-12-04 03:46:04 +00:00
|
|
|
color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
|
2009-11-28 04:11:04 +00:00
|
|
|
color brightblue "^[^ ]+:"
|
|
|
|
color green "#.*$"
|