diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-13 01:50:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-13 01:50:46 +0000 |
commit | 97f4b6730dc2a30d2db7c894132a09f5a6af57ff (patch) | |
tree | 3bebaf8f550e958db79ec594273b0efb3b849c6f /app-editors/nano | |
parent | Version bump as per bug 174221. (diff) | |
download | gentoo-2-97f4b6730dc2a30d2db7c894132a09f5a6af57ff.tar.gz gentoo-2-97f4b6730dc2a30d2db7c894132a09f5a6af57ff.tar.bz2 gentoo-2-97f4b6730dc2a30d2db7c894132a09f5a6af57ff.zip |
include continue/break in gentoo color highlighting
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-editors/nano')
-rw-r--r-- | app-editors/nano/files/gentoo.nanorc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/files/gentoo.nanorc b/app-editors/nano/files/gentoo.nanorc index 6652c445217d..1739eedc8757 100644 --- a/app-editors/nano/files/gentoo.nanorc +++ b/app-editors/nano/files/gentoo.nanorc @@ -4,7 +4,7 @@ syntax "ebuild" "\.e(build|class)$" ## All the standard portage functions 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 "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while|continue|break)\>" color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)" color green "-(e|d|f|r|g|u|w|x|L)\>" color green "-(eq|ne|gt|lt|ge|le|s|n|z)\>" |