@@ -319,46 +319,46 @@ contexts:
319319 - match : (---)\s*(?i:(coffee)\s*)\n
320320 captures :
321321 0 : meta.frontmatter.markdown
322- 1 : punctuation.section.block .begin.frontmatter .markdown
322+ 1 : punctuation.section.frontmatter .begin.markdown
323323 2 : constant.other.language-name.markdown
324324 embed : scope:source.coffee
325325 embed_scope : meta.frontmatter.markdown source.coffee.embedded.markdown
326326 escape : ^(---|\.{3})\s*\n # pandoc requires the remainder of the line to be blank
327327 escape_captures :
328328 0 : meta.frontmatter.markdown
329- 1 : punctuation.section.block .end.frontmatter .markdown
329+ 1 : punctuation.section.frontmatter .end.markdown
330330 - match : (---)\s*(?i:(json)\s*)\n
331331 captures :
332332 0 : meta.frontmatter.markdown
333- 1 : punctuation.section.block .begin.frontmatter .markdown
333+ 1 : punctuation.section.frontmatter .begin.markdown
334334 2 : constant.other.language-name.markdown
335335 embed : scope:source.json
336336 embed_scope : meta.frontmatter.markdown source.json.embedded.markdown
337337 escape : ^(---|\.{3})\s*\n # pandoc requires the remainder of the line to be blank
338338 escape_captures :
339339 0 : meta.frontmatter.markdown
340- 1 : punctuation.section.block .end.frontmatter .markdown
340+ 1 : punctuation.section.frontmatter .end.markdown
341341 - match : (---)\s*(?i:(yaml|yml)\s*)?\n
342342 captures :
343343 0 : meta.frontmatter.markdown
344- 1 : punctuation.section.block .begin.frontmatter .markdown
344+ 1 : punctuation.section.frontmatter .begin.markdown
345345 2 : constant.other.language-name.markdown
346346 embed : scope:source.yaml
347347 embed_scope : meta.frontmatter.markdown source.yaml.embedded.markdown
348348 escape : ^(---|\.{3})\s*\n # pandoc requires the remainder of the line to be blank
349349 escape_captures :
350350 0 : meta.frontmatter.markdown
351- 1 : punctuation.section.block .end.frontmatter .markdown
351+ 1 : punctuation.section.frontmatter .end.markdown
352352 - match : (\+{3})\s*\n
353353 captures :
354354 0 : meta.frontmatter.markdown
355- 1 : punctuation.section.block .begin.frontmatter .markdown
355+ 1 : punctuation.section.frontmatter .begin.markdown
356356 embed : scope:source.toml
357357 embed_scope : meta.frontmatter.markdown source.toml.embedded.markdown
358358 escape : ^(\+{3})\s*\n
359359 escape_captures :
360360 0 : meta.frontmatter.markdown
361- 1 : punctuation.section.block .end.frontmatter .markdown
361+ 1 : punctuation.section.frontmatter .end.markdown
362362
363363 markdown :
364364 - include : indented-code-blocks
0 commit comments