Magellan Linux

Diff of /trunk/nano/nanorc

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

revision 1661 by niro, Fri Nov 20 21:56:08 2009 UTC revision 1662 by niro, Thu Mar 1 21:46:28 2012 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.7 2009-11-20 21:56:08 niro Exp $  # $Header: /magellan-cvs/src/nano/nanorc,v 1.7 2009/11/20 21:56:08 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 316  syntax "patch" "\.(patch|diff)$" Line 316  syntax "patch" "\.(patch|diff)$"
316  # icolor blue "^[[:space:]]*#.*$"  # icolor blue "^[[:space:]]*#.*$"
317    
318  syntax "magellan" "\.(smage2|sminc|mage|minc)$"  syntax "magellan" "\.(smage2|sminc|mage|minc)$"
319  color brightcyan "^ *minclude\>" "^ *smcinclude\>"  #color brightcyan "^ *(sm|m)include\>" "^ *m(set|query)feature\>"
320  color brightwhite "^ *src [^ ]*"  color brightwhite "^ *src [^ ]*"
321  color brightblue "src_compile\>" "src_prepare\>" "src_install\>" "preinstall\>" "postinstall\>" "preremove\>" "postremove\>"  color brightblue "src_(prepare|compile|check|install)\>" "(pre|post)install\>" "(pre|post)remove\>"
322  color brightblue "split_info_.*\>" "src_install_.*\>" ".*_pkgbuild\>"  color brightblue "split_info_.*\>" "src_install_.*\>" ".*_pkgbuild\>"
323  color cyan "m(unpack|configure|make|patch|groupadd|groupdel|useradd|userdel|striplibs|stripbins|libdir|include|link|copy|move)|sminclude\>" "^ *die\>"  color cyan "m(unpack|configure|make|patch|groupadd|groupdel|useradd|userdel|striplibs|stripbins|libdir|include|link|copy|move)|sminclude\>" "^ *die\>"
324  color cyan "minstall(|docs|rc|env|conf|etc|man|info|html|pixmap|pam|cron|dir|file|exec|lib|_desktop_icon)\>"  color cyan "minstall(|docs|rc|env|conf|etc|man|info|html|pixmap|pam|cron|dir|file|exec|lib|_desktop_icon)\>"
325  color cyan "mkeepdir\>" "memptyfile\>"  color cyan "m(keepdir|emptyfile|libtoolize|autoreconf|(set|query)feature)\>"
326  color cyan "updatecmd*\>"  color cyan "updatecmd*\>"
327  color yellow "^ *export\>"  color yellow "^ *export\>"
328  color magenta "\<(if|then|else|fi|case|esac|in|for|do|done|while)\>"  color magenta "\<(if|then|else|fi|case|esac|in|for|do|done|while)\>"
329  color brightgreen "\$\{(.|([A-Z_]*))\}"  color brightgreen "\$\{(.|([A-Z_]*))\}"
330  color green "#.*$"  color green "#.*$"
331  color brightgreen "\<(P(NAME|VER|BUILD|CATEGORIE)|HOMEPAGE|DESCRIPTION|SRC(_URI|DIR(|_x86|_x86_64)|FILE(|_x86|_x86_64))|(P|S)?DEPEND(|S)(|_x86|_x86_64)|PROVIDE|STATE|SPECIAL_(VARS|FUNCTIONS))\>"  color brightgreen "\<(P(NAME|VER|BUILD|CAT(|EGORIE))|HOMEPAGE|DESCRIPTION|SRC(_URI|DIR(|_x86|_x86_64)|FILE(|_x86|_x86_64))|(P|S)?DEPEND(|S)(|_x86|_x86_64)|PROVIDE|STATE|SPECIAL_(VARS|FUNCTIONS))\>"
332  color brightgreen "\<(PKG(NAME|TYPE)|MAGE_TARGETS|SPLIT_PACKAGE(S|_BASE)|UP2DATE|)\>"  color brightgreen "\<(PKG(NAME|TYPE)|MAGE_TARGETS|SPLIT_PACKAGE(S|_BASE)|UP2DATE|)\>"
333    

Legend:
Removed from v.1661  
changed lines
  Added in v.1662