Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makefile.nanorc - github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf98c7f6c2f886b0a7d343397ada136f009c88b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
syntax "makefile" "(m|M)akefile$" "\.mak$"
color brightgreen "((C|CXX|LD)FLAGS)|LIBADD|LIBS|include"
icolor cyan start="\{" end="\}"
icolor cyan start="\(" end="\)"
color brightyellow "\$"
color green "#.*$"

color red "[:=]"
color magenta "\<(if|ifeq|else|endif)\>"
color blue "\$\{.*}"
color brightblue "\w+:"
color green "#.*$"