Skip to content

Commit ea15560

Browse files
committed
allow formatting in line blocks
fixes issue #148
1 parent 5c2ce96 commit ea15560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/pandoc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ syn match pandocHeaderAttr /{.*}/ contained containedin=pandocAtxHeader,pandocSe
333333
syn match pandocHeaderID /#[-_:.[:alpha:]]*/ contained containedin=pandocHeaderAttr
334334
"}}}
335335
" Line Blocks: {{{2
336-
syn region pandocLineBlock start=/^|/ end=/\(^|\(.*\n|\@!\)\@=.*\)\@<=\n/
336+
syn region pandocLineBlock start=/^|/ end=/\(^|\(.*\n|\@!\)\@=.*\)\@<=\n/ transparent
337337
syn match pandocLineBlockDelimiter /^|/ contained containedin=pandocLineBlock
338338
"}}}
339339
" Tables: {{{2

0 commit comments

Comments
 (0)