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 8f59cc8 commit 09b765aCopy full SHA for 09b765a
syntax/pandoc.vim
@@ -459,7 +459,7 @@ try
459
syn include @YAML syntax/yaml.vim
460
catch /E484/
461
endtry
462
-syn region pandocYAMLHeader start=/\%(\%^\|\_^\s*\n\)\@<=\_^-\{3}\ze\n.\+/ end=/^\([-.]\)\1\{2}$/ contains=@YAML containedin=TOP
+syn region pandocYAMLHeader start=/\%(\%^\|\_^\s*\n\)\@<=\_^-\{3}\ze\n.\+/ end=/^\([-.]\)\1\{2}$/ keepend contains=@YAML containedin=TOP
463
"}}}
464
"}}}1
465
0 commit comments