diff --git a/syntax/vue.vim b/syntax/vue.vim index b3ea074..e06e646 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -58,6 +58,8 @@ function! s:LoadDefaultSyntax(group, type) endfor endfunction +" Load all syntax files in 'runtimepath' +" Useful if there is no default syntax file provided by vim function! s:LoadFullSyntax(group, type) call s:SetCurrentSyntax(a:type) execute 'syntax include '.a:group.' syntax/'.a:type.'.vim'