Magellan Linux

Diff of /trunk/nano/nanorc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 66 by niro, Mon Apr 10 10:47:35 2006 UTC revision 75 by niro, Thu Jun 8 19:31:36 2006 UTC
# Line 1  Line 1 
1  ## Sample initialization file for GNU nano  ## Sample initialization file for GNU nano
2  # $Header: /root/magellan-cvs/src/nano/nanorc,v 1.2 2006-04-10 10:47:35 niro Exp $  # $Header: /root/magellan-cvs/src/nano/nanorc,v 1.4 2006-06-08 19:31:36 niro Exp $
3    
4  ## Please note that you must have configured nano with --enable-nanorc  ## Please note that you must have configured nano with --enable-nanorc
5  ## for this file to be read!  Also note that characters specially  ## for this file to be read!  Also note that characters specially
# Line 14  Line 14 
14  # set autoindent  # set autoindent
15    
16  ## Backup files to filename~.  ## Backup files to filename~.
17  set backup  # set backup
18    
19  ## The directory to put unique backup files in.  ## The directory to put unique backup files in.
20  # set backupdir ""  # set backupdir ""
# Line 325  color magenta "\<(if|then|else|fi|case|e Line 325  color magenta "\<(if|then|else|fi|case|e
325  color brightgreen "\$\{(.|([A-Z_]*))\}"  color brightgreen "\$\{(.|([A-Z_]*))\}"
326  color green "#.*$"  color green "#.*$"
327  color brightgreen "\<(P(NAME|VER|BUILD|CATEGORIE)|HOMEPAGE|DESCRIPTION|SRC(_URI|DIR|FILE)|(P|S)?DEPEND|PROVIDE|STATE|SPECIAL_(VARS|FUNCTIONS))\>"  color brightgreen "\<(P(NAME|VER|BUILD|CATEGORIE)|HOMEPAGE|DESCRIPTION|SRC(_URI|DIR|FILE)|(P|S)?DEPEND|PROVIDE|STATE|SPECIAL_(VARS|FUNCTIONS))\>"
328    color brightgreen "\<(PKG(NAME|TYPE)|MAGE_TARGETS)\>"
329    

Legend:
Removed from v.66  
changed lines
  Added in v.75