summaryrefslogtreecommitdiff
path: root/doc/syntax/makefile.nanorc
blob: 041639099bad64b962ec0ef4afb62a82793d76d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Here is an example for Makefiles.

syntax "makefile" "Makefile[^/]*$"

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

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