752830573a
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4447 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
# unattributed syntax highlighting example from wiki.linuxhelp.net/
|
|
|
|
syntax "makefile" "Makefile[^/]*$"
|
|
color red "[:=]"
|
|
color magenta "\<(if|ifeq|else|endif)\>"
|
|
color blue "\$+[{(][a-Z0-9_-]+[})]"
|
|
color brightblue "^[^ ]+:"
|
|
color green "#.*$"
|