mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 22:59:38 +03:00
9dc47fdfe5
This addresses Debian bug #804845. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5435 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
## Here is an example for Makefiles.
|
|
|
|
syntax "makefile" "Makefile[^/]*$" "\.(make|mk)$"
|
|
|
|
color red "[:=]"
|
|
color magenta "\<(if|ifeq|else|endif)\>"
|
|
color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
|
|
color brightblue "^[^ ]+:"
|
|
color green "#.*$"
|
|
|
|
## Trailing whitespace.
|
|
color ,green "[[:space:]]+$"
|