Disable syntax for indented code blocks.
The behavior within lists is not correct.
This commit is contained in:
@ -190,9 +190,10 @@ syntax match VimwikiTableRow /^\s*|.\+|\s*$/
|
||||
\ VimwikiEqInT,
|
||||
\ @Spell
|
||||
|
||||
" TODO fix behavior within lists https://github.github.com/gfm/#list-items
|
||||
" indented code blocks https://github.github.com/gfm/#indented-code-blocks
|
||||
execute 'syntax match VimwikiIndentedCodeBlock /' . vimwiki#vars#get_syntaxlocal('rxIndentedCodeBlock') . '/'
|
||||
hi def link VimwikiIndentedCodeBlock VimwikiPre
|
||||
" execute 'syntax match VimwikiIndentedCodeBlock /' . vimwiki#vars#get_syntaxlocal('rxIndentedCodeBlock') . '/'
|
||||
" hi def link VimwikiIndentedCodeBlock VimwikiPre
|
||||
|
||||
" syntax group highlighting
|
||||
hi def link VimwikiImage VimwikiLink
|
||||
|
Reference in New Issue
Block a user