summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-10-22 19:37:30 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-10-22 19:37:30 +0000
commit687478c611bdbf1fe62b5aba21e2289170609b45 (patch)
tree38fdb4e9029f00c4cd24da1c706f4db64aef4df4
parent(ebuild-mode-keywords-eclass-documentation): add documentation strings of ecl... (diff)
downloadebuild-mode-687478c611bdbf1fe62b5aba21e2289170609b45.tar.gz
ebuild-mode-687478c611bdbf1fe62b5aba21e2289170609b45.tar.bz2
ebuild-mode-687478c611bdbf1fe62b5aba21e2289170609b45.zip
(ebuild-mode-keywords-bzr): add bzr.eclass functions, though not officially in the tree, it will get there soon
svn path=/gentoo-syntax/; revision=1129
-rw-r--r--ChangeLog2
-rw-r--r--ebuild-mode-keywords.el4
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8115722..34e2e5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
(ebuild-mode-keywords-eclass-documentation): add documentation
strings of eclasses. Still needs some work as comment-face will
always override it
+ (ebuild-mode-keywords-bzr): add bzr.eclass functions, though not
+ officially in the tree, it will get there soon
2008-10-21 Christian Faulhammer <opfer@gentoo.org>
diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el
index f7b9660..4a19260 100644
--- a/ebuild-mode-keywords.el
+++ b/ebuild-mode-keywords.el
@@ -345,6 +345,9 @@
'("stripdots" "mysql_check_version_range" "mysql_mv_patches"
"mysql_version_is_at_least" "mysql_lib_symlinks"))
+(defvar ebuild-mode-keywords-bzr
+ '("bzr_src_unpack" "bzr_fetch" "bzr_bootstrap"))
+
(defvar ebuild-mode-keywords-cvs
'("cvs_src_unpack" "cvs_fetch"))
@@ -545,6 +548,7 @@
(list ebuild-mode-keywords-db-use font-lock-type-face)
(list ebuild-mode-keywords-xfce44 font-lock-type-face)
(list ebuild-mode-keywords-autotools font-lock-type-face)
+ (list ebuild-mode-keywords-bzr font-lock-type-face)
(list ebuild-mode-keywords-cvs font-lock-type-face)
(list ebuild-mode-keywords-subversion font-lock-type-face)
(list ebuild-mode-keywords-git font-lock-type-face)