~ubuntu-branches/ubuntu/saucy/nano/saucy

« back to all changes in this revision

Viewing changes to doc/syntax/makefile.nanorc

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2009-12-01 20:59:14 UTC
  • mfrom: (1.2.5 upstream) (17.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091201205914-k0hydhsoysp7tahr
Tags: 2.2.0-1
* The "Televisió Sense Fronteres" release.
* New upstream stable release!
* Remove patch 10_tinybuildfix, applied upstream.
* Update 01_manpage_hyphens, as it's been applied only partially upstream.
* Remove French manpages from nano, until they are back in sync with the
  original versions (§12.1, Policy 3.8.3).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-Z0-9_-]+[})]"
 
7
color brightblue "^[^   ]+:"
 
8
color green "#.*$"