We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad00ca commit ebaf501Copy full SHA for ebaf501
syntax/pandoc.vim
@@ -463,7 +463,7 @@ try
463
syn include @YAML colors/yaml.vim
464
catch /E484/
465
endtry
466
-syn region pandocYAMLHeader matchgroup=Delimiter start=/\(\%^\|\(%.*\n\)\)\@<=\-\{3}\s*$/ end=/[\-|\.]\{3}\s*$/ contains=@YAML containedin=TOP
+syn region pandocYAMLHeader matchgroup=Delimiter start=/\(\%^\|\(\s*.*\n\)\)\@<=\-\{3}\s*$/ end=/[\-|\.]\{3}\s*$/ contains=@YAML containedin=TOP
467
"}}}
468
469
" Styling: {{{1
0 commit comments