summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-25 00:29:29 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-25 00:29:29 +0000
commit26174fa4290a559958385bdfa10e0e82f3cc30e7 (patch)
tree47e4a8aacf6c56d45dee92172e7900d418aafccb /app-editors
parentupdate copyright line: Gentoo Technologies => Gentoo Foundation (diff)
downloadgentoo-2-26174fa4290a559958385bdfa10e0e82f3cc30e7.tar.gz
gentoo-2-26174fa4290a559958385bdfa10e0e82f3cc30e7.tar.bz2
gentoo-2-26174fa4290a559958385bdfa10e0e82f3cc30e7.zip
colorize LDFLAGS like CXXFLAGS
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nano/files/nanorc-gentoo2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/files/nanorc-gentoo b/app-editors/nano/files/nanorc-gentoo
index f6dc530a2e25..dc0b4dd58cf3 100644
--- a/app-editors/nano/files/nanorc-gentoo
+++ b/app-editors/nano/files/nanorc-gentoo
@@ -12,7 +12,7 @@
## Highlight variables ... official portage ones in red, all others in bright red
# color brightred "\$\{?[a-zA-Z_0-9]+\}?"
# color red "\<(ARCH|HOMEPAGE|DESCRIPTION|IUSE|SRC_URI|LICENSE|SLOT|KEYWORDS|FILESDIR|WORKDIR|(P|R)?DEPEND|PROVIDE|DISTDIR|RESTRICT)\>"
-# color red "\<(S|D|T|PV|PF|P|PN|A)\>" "\<C(XX)?FLAGS\>"
+# color red "\<(S|D|T|PV|PF|P|PN|A)\>" "\<C(XX)?FLAGS\>" "\<LDFLAGS\>"
## Highlight portage commands
# color magenta "\<use(_(with|enable))?\> [!a-z0-9X -]*" "inherit.*"
# color brightblue "e(begin|end|conf|install|make|warn|infon?|error|patch)"