summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-06-27 17:39:37 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-06-27 17:39:37 +0000
commit1fe3f9d1f4200b5f3eda6441e68278c01a822bf6 (patch)
tree7a2aa852187b2df64a5873814d58e7e7cf4b05f2
parentChangeLog (diff)
downloadebuild-mode-1fe3f9d1f4200b5f3eda6441e68278c01a822bf6.tar.gz
ebuild-mode-1fe3f9d1f4200b5f3eda6441e68278c01a822bf6.tar.bz2
ebuild-mode-1fe3f9d1f4200b5f3eda6441e68278c01a822bf6.zip
(ebuild-mode-commands-freebsd): New keywords
svn path=/emacs-extra/gentoo-syntax/; revision=497
-rw-r--r--gentoo-syntax.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/gentoo-syntax.el b/gentoo-syntax.el
index 3a1ed82..96744fb 100644
--- a/gentoo-syntax.el
+++ b/gentoo-syntax.el
@@ -67,6 +67,9 @@ A formfeed is not considered whitespace by this function."
"prepallinfo" "prepallman" "prepallstrip" "unpack" "use" "use_enable"
"use_with" "useq" "usev"))
+(defvar ebuild-mode-commands-freebsd
+ '("doperiodic" "freebsd_get_bmake" "freebsd_do_patches" "freebsd_rename_libraries"))
+
(defvar ebuild-mode-commands-cron
'("docrondir" "docron" "docrontab"))
@@ -251,11 +254,12 @@ A formfeed is not considered whitespace by this function."
(list ebuild-mode-commands-mercurial font-lock-type-face)
(list ebuild-mode-commands-ruby font-lock-type-face)
(list ebuild-mode-commands-qt3 font-lock-type-face)
+ (list ebuild-mode-commands-qt4 font-lock-type-face)
+ (list ebuild-mode-commands-freebsd font-lock-type-face)
(list ebuild-mode-commands-cron font-lock-type-face)
(list ebuild-mode-commands-darcs font-lock-type-face)
(list ebuild-mode-commands-nsplugin font-lock-type-face)
(list ebuild-mode-commands-latex-package font-lock-type-face)
- (list ebuild-mode-commands-qt4 font-lock-type-face)
(list ebuild-mode-commands-gtk-sharp-component font-lock-type-face)
(list ebuild-mode-commands-libtool font-lock-type-face)
(list ebuild-mode-commands-kde font-lock-type-face)