diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-29 05:10:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-29 05:10:37 +0000 |
commit | 4b4b7cf76bc5c5f31667996d9fb7c4f7e8a2feb5 (patch) | |
tree | f5ae8f4078d75d06804a0538c48e79cdcd5f97da /app-editors | |
parent | PPC stable profile update (Manifest recommit) (diff) | |
download | gentoo-2-4b4b7cf76bc5c5f31667996d9fb7c4f7e8a2feb5.tar.gz gentoo-2-4b4b7cf76bc5c5f31667996d9fb7c4f7e8a2feb5.tar.bz2 gentoo-2-4b4b7cf76bc5c5f31667996d9fb7c4f7e8a2feb5.zip |
add support for src_test()
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/files/nanorc-gentoo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/files/nanorc-gentoo b/app-editors/nano/files/nanorc-gentoo index 6bf621481256..4ff0a1856668 100644 --- a/app-editors/nano/files/nanorc-gentoo +++ b/app-editors/nano/files/nanorc-gentoo @@ -3,7 +3,7 @@ ## # syntax "ebuild" "\.e(build|class)$" ## All the standard portage functions -# color brightgreen "^src_(unpack|compile|install)" "^pkg_(config|nofetch|setup|(pre|post)(inst|rm))" +# color brightgreen "^src_(unpack|compile|install|test)" "^pkg_(config|nofetch|setup|(pre|post)(inst|rm))" ## Highlight bash related syntax # color green "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>" # color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)" |