[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.7-1-98-gf19c0e5

James Turnbull james at lovedthanlost.net
Wed Apr 8 21:48:05 UTC 2009


The following commit has been merged in the master branch:
commit f7b04dfc7e7859bf80243a39f778c32baa67061b
Author: James Turnbull <james at lovedthanlost.net>
Date:   Wed Feb 11 08:44:52 2009 +1100

    Fixed #1936 - Added /* */ support to the vim file

diff --git a/CHANGELOG b/CHANGELOG
index 1c796a7..619629a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
 0.24.8
+    Fixed #1936 - Added /* */ support to the vim file
+
     Fixed #1541 -  nagios objects write files to clientbucket on every change
 
     Fixed #1542 - cannot purge nagios objects
diff --git a/ext/vim/syntax/puppet.vim b/ext/vim/syntax/puppet.vim
index a29e368..5a50f5c 100644
--- a/ext/vim/syntax/puppet.vim
+++ b/ext/vim/syntax/puppet.vim
@@ -49,6 +49,7 @@ syn keyword puppetControl    case default
 
 " comments last overriding everything else
 syn match   puppetComment            "\s*#.*$" contains=puppetTodo
+syn region  puppetComment            start="/\*" end="\*/" contains=puppetTodo extend
 syn keyword puppetTodo               TODO NOTE FIXME XXX contained
 
 " Define the default highlighting.

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list