Skip to content

Commit

Permalink
fix: treat Front Matter code blocks as YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Dec 27, 2019
1 parent 0d70610 commit 749ae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/tmscopes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const markdown = mkscope(['text.html.markdown', 'meta.embedded.block.markdown'])
const php = mkscope(['source.php', 'meta.embedded.block.php'])
const shell = mkscope(['source.shell', 'meta.embedded.block.shellscript'])
const terraform = mkscope(['source.terraform', 'meta.embedded.block.terraform'])
const yaml = mkscope(['source.yaml', 'meta.embedded.block.yaml'])
const yaml = mkscope(['source.yaml', 'meta.embedded.block.yaml', 'meta.embedded.block.frontmatter'])

export {
cpp,
Expand Down

0 comments on commit 749ae7e

Please sign in to comment.