diff options
author | 2004-08-26 09:45:05 +0000 | |
---|---|---|
committer | 2004-08-26 09:45:05 +0000 | |
commit | b81726c87248dc83f13616eaa303a42b7dbc856d (patch) | |
tree | 89631644a923c931783f4456178d81e9d15563b7 /app-misc/mc/files | |
parent | make it compile on kernel 2.6.8 and higher, bug #61203 (diff) | |
download | historical-b81726c87248dc83f13616eaa303a42b7dbc856d.tar.gz historical-b81726c87248dc83f13616eaa303a42b7dbc856d.tar.bz2 historical-b81726c87248dc83f13616eaa303a42b7dbc856d.zip |
add syntax highlighting for .ebuild and .eclass files, bug #61075
Diffstat (limited to 'app-misc/mc/files')
-rw-r--r-- | app-misc/mc/files/digest-mc-4.6.0-r10 | 2 | ||||
-rw-r--r-- | app-misc/mc/files/ebuild.syntax | 87 | ||||
-rw-r--r-- | app-misc/mc/files/mc-4.6.0-ebuild-syntax.patch | 12 |
3 files changed, 101 insertions, 0 deletions
diff --git a/app-misc/mc/files/digest-mc-4.6.0-r10 b/app-misc/mc/files/digest-mc-4.6.0-r10 new file mode 100644 index 000000000000..c66b6aee0770 --- /dev/null +++ b/app-misc/mc/files/digest-mc-4.6.0-r10 @@ -0,0 +1,2 @@ +MD5 70804dc9e2049e24f294ff7090a82a12 mc-4.6.0.tar.gz 3727676 +MD5 f5053361d1936b3e4187857daf0cc6cb mc-4.6.0-sambalib-3.0.0.patch.bz2 399920 diff --git a/app-misc/mc/files/ebuild.syntax b/app-misc/mc/files/ebuild.syntax new file mode 100644 index 000000000000..2e8207fd2172 --- /dev/null +++ b/app-misc/mc/files/ebuild.syntax @@ -0,0 +1,87 @@ +context default + keyword linestart HOMEPAGE brightcyan + keyword linestart DESCRIPTION brightcyan + keyword linestart SRC_URI brightcyan + keyword linestart LICENSE brightcyan + keyword linestart SLOT brightcyan + keyword linestart KEYWORDS brightcyan + keyword linestart IUSE brightcyan + keyword linestart RESTRICT brightcyan + keyword linestart DEPEND brightcyan + keyword linestart RDEPEND brightcyan + keyword linestart PROVIDE brightcyan + keyword linestart S brightcyan + + keyword whole local yellow + keyword whole use yellow + keyword whole has_version yellow + keyword whole best_version yellow + keyword whole use_with yellow + keyword whole use_enable yellow + keyword whole check_KV yellow + keyword whole keepdir yellow + keyword whole econf yellow + keyword whole einstall yellow + keyword whole die yellow + keyword whole einfo yellow + keyword whole emake yellow + keyword whole eerror yellow + keyword whole epatch yellow + keyword whole ebegin yellow + keyword whole eend yellow + keyword whole ewarn yellow + keyword whole unpack yellow + + keyword whole diropts yellow + keyword whole dobin yellow + keyword whole docinto yellow + keyword whole dodir yellow + keyword whole dodoc yellow + keyword whole doexe yellow + keyword whole dohard yellow + keyword whole dohtml yellow + keyword whole doinfo yellow + keyword whole doins yellow + keyword whole dolib.a yellow + keyword whole dolib.so yellow + keyword whole dolib yellow + keyword whole doman yellow + keyword whole dosbin yellow + keyword whole dosym yellow + keyword whole exeinto yellow + keyword whole exeopts yellow + keyword whole fowners yellow + keyword whole fperms yellow + keyword whole insinto yellow + keyword whole insopts yellow + keyword whole into yellow + keyword whole libopts yellow + keyword whole newbin yellow + keyword whole newdoc yellow + keyword whole newexe yellow + keyword whole newins yellow + keyword whole newman yellow + keyword whole newsbin yellow + keyword whole prepall yellow + keyword whole prepalldocs yellow + keyword whole prepallinfo yellow + keyword whole prepallman yellow + + keyword \= yellow + keyword ${+} brightgreen + + keyword linestart abcdefghijklmnopqrstuvwxyz_\(\) brightmagenta + + keyword *() brightcyan + + keyword { magenta + keyword } magenta + +context linestart inherit \n magenta + keyword whole inherit yellow + + +context # \n red + +context " " green + keyword ${+} brightgreen diff --git a/app-misc/mc/files/mc-4.6.0-ebuild-syntax.patch b/app-misc/mc/files/mc-4.6.0-ebuild-syntax.patch new file mode 100644 index 000000000000..ce59dd33e808 --- /dev/null +++ b/app-misc/mc/files/mc-4.6.0-ebuild-syntax.patch @@ -0,0 +1,12 @@ +--- Syntax 2004-08-20 22:52:37.145034864 +0200 ++++ Syntax.new 2004-08-20 22:52:19.000000000 +0200 +@@ -116,6 +116,9 @@ + file Don_t_match_me Mail\sfolder ^From\s + include mail.syntax + ++file .\*\\.(ebuild|eclass)$ Gentoo\sEbuild ++include ebuild.syntax ++ + file .\* unknown + include unknown.syntax + |