home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / nano / makefile.nanorc < prev    next >
Encoding:
Makefile  |  2010-04-15  |  248 b   |  9 lines

  1. # unattributed syntax highlighting example from wiki.linuxhelp.net/
  2.  
  3. syntax "makefile" "Makefile[^/]*$"
  4. color red "[:=]"
  5. color magenta "\<(if|ifeq|else|endif)\>"
  6. color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
  7. color brightblue "^[^     ]+:"
  8. color green "#.*$"
  9.