summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-10-11 07:03:59 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-10-11 07:03:59 +0000
commite583c9feb87738298e594c7129b857d7f01c0b11 (patch)
treee214539414459f7918bafac1c9169dc84f319aad
parentChangeLog (diff)
downloadebuild-mode-e583c9feb87738298e594c7129b857d7f01c0b11.tar.gz
ebuild-mode-e583c9feb87738298e594c7129b857d7f01c0b11.tar.bz2
ebuild-mode-e583c9feb87738298e594c7129b857d7f01c0b11.zip
(ebuild-mode-commands-check-kernel): Added from marienz' ebuild-mode
svn path=/emacs-extra/gentoo-syntax/; revision=707
-rw-r--r--gentoo-syntax.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/gentoo-syntax.el b/gentoo-syntax.el
index 1ece19e..93847bc 100644
--- a/gentoo-syntax.el
+++ b/gentoo-syntax.el
@@ -390,6 +390,9 @@ A formfeed is not considered whitespace by this function."
'("ruby_econf" "ruby_emake" "doruby" "ruby_einstall" "erubydoc" "erubyconf" "erubymake"
"erubyinstall" "RUBY_OPTIONAL"))
+(defvar ebuild-mode-commands-check-kernel
+ '("is_2_4_kernel" "is_2_5_kernel" "is_2_6_kernel" "kernel_supports_modules"))
+
(defvar ebuild-mode-commands-elisp-common
'("elisp-comp" "elisp-compile" "elisp-install" "elisp-site-file-install"
"elisp-site-regen" "elisp-emacs-version" "elisp-make-autoload-file"))
@@ -473,6 +476,7 @@ A formfeed is not considered whitespace by this function."
(list ebuild-mode-commands-games font-lock-type-face)
(list ebuild-mode-commands-kernel-2 font-lock-type-face)
(list ebuild-mode-commands-kernel-mod font-lock-type-face)
+ (list ebuild-mode-commands-check-kernel font-lock-type-face)
(list ebuild-mode-commands-mysql font-lock-type-face)
(list ebuild-mode-commands-mysql_fx font-lock-type-face)
(list ebuild-mode-commands-gst-plugins10 font-lock-type-face)