Lines Matching refs:type
22 for s:type in map(copy(g:markdown_fenced_languages),'matchstr(v:val,"[^=]*$")')
23 if has_key(s:done_include, matchstr(s:type,'[^.]*'))
26 if s:type =~ '\.'
27 let b:{matchstr(s:type,'[^.]*')}_subtype = matchstr(s:type,'\.\zs.*')
29 …exe 'syn include @markdownHighlight'.substitute(s:type,'\.','','g').' syntax/'.matchstr(s:type,'[^…
31 let s:done_include[matchstr(s:type,'[^.]*')] = 1
33 unlet! s:type
107 for s:type in g:markdown_fenced_languages
108 if has_key(s:done_include, matchstr(s:type,'[^.]*'))
111 …type,'[^=]*$'),'\..*','','').' matchgroup=markdownCodeDelimiter start="^\s*````*\s*\%({.\{-}\.\)\=…
112 let s:done_include[matchstr(s:type,'[^.]*')] = 1
114 unlet! s:type