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

This commit is contained in:
James Turnbull 2009-02-11 08:44:52 +11:00
Родитель 671d73c1f7
Коммит f7b04dfc7e
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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.