Fixed #1936 - Added /* */ support to the vim file
This commit is contained in:
Родитель
671d73c1f7
Коммит
f7b04dfc7e
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче