From 664aa988f6d9cdb7b75218666fbe348c85ef8b29 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 4 Sep 2019 15:44:43 +0200 Subject: Update --- ftplugin/plantuml.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ftplugin/plantuml.vim') diff --git a/ftplugin/plantuml.vim b/ftplugin/plantuml.vim index 535fd0b9..46d26dac 100644 --- a/ftplugin/plantuml.vim +++ b/ftplugin/plantuml.vim @@ -28,7 +28,9 @@ if exists('loaded_matchit') \ ',\:\' . \ ',\:\' . \ ',\<\while\>:\' . - \ ',@startuml:@enduml' + \ ',@startuml:@enduml' . + \ ',@startwbs:@endwbs' . + \ ',@startmindmap:@endmindmap' endif if get(g:, 'plantuml_set_makeprg', 1) -- cgit v1.2.3