forked from muhaaliss/mydotfiles
8 lines
248 B
Text
Executable file
8 lines
248 B
Text
Executable file
# unattributed syntax highlighting example from wiki.linuxhelp.net/
|
|
|
|
syntax "makefile" "Makefile[^/]*$"
|
|
color red "[:=]"
|
|
color magenta "\<(if|ifeq|else|endif)\>"
|
|
color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
|
|
color brightblue "^[^ ]+:"
|
|
color green "#.*$"
|