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