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 0e1f9af commit 24afcc7Copy full SHA for 24afcc7
syntax/pandoc.vim
@@ -456,7 +456,7 @@ endif
456
457
try
458
unlet! b:current_syntax
459
- syn include @YAML colors/yaml.vim
+ syn include @YAML syntax/yaml.vim
460
catch /E484/
461
endtry
462
syn region pandocYAMLHeader matchgroup=Delimiter start=/\%(\%^\|\_^\s*\n\)\@<=\_^-\{3}\ze\n.\+/ end=/^\([-.]\)\1\{2}$/ contains=@YAML containedin=TOP
0 commit comments