summaryrefslogtreecommitdiff
path: root/doc/syntax/makefile.nanorc
blob: 93a1e76d9c132a650819bef3e776fac4d2a89e81 (plain)
1
2
3
4
5
6
7
8
# 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 "#.*$"