mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
Add comment for LoadFullSyntax()
This commit is contained in:
@@ -58,6 +58,8 @@ function! s:LoadDefaultSyntax(group, type)
|
|||||||
endfor
|
endfor
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" Load all syntax files in 'runtimepath'
|
||||||
|
" Useful if there is no default syntax file provided by vim
|
||||||
function! s:LoadFullSyntax(group, type)
|
function! s:LoadFullSyntax(group, type)
|
||||||
call s:SetCurrentSyntax(a:type)
|
call s:SetCurrentSyntax(a:type)
|
||||||
execute 'syntax include '.a:group.' syntax/'.a:type.'.vim'
|
execute 'syntax include '.a:group.' syntax/'.a:type.'.vim'
|
||||||
|
|||||||
Reference in New Issue
Block a user