Your IP : 216.73.216.95


Current Path : /usr/share/nano/
Upload File :
Current File : //usr/share/nano/makefile.nanorc

## Here is an example for Makefiles.

syntax "makefile" "Makefile[^/]*$" "\.(make|mk)$"
magic "makefile script"
comment "#"

color red "[:=]"
color magenta "\<(if|ifeq|else|endif)\>"
color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
color brightblue "^[^ 	]+:"
color green "(^|[[:space:]]+)#.*"

## Trailing whitespace.
color ,green "[[:space:]]+$"