1
1
nano/syntax/makefile.nanorc
2018-05-18 20:40:08 +02:00

15 строки
336 B
Plaintext

## 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:]]+$"