dotfiles/vscode/.vscode/extensions/tamasfe.even-better-toml-0.19.2/toml.frontmatter.tmLanguage.json
2024-07-19 18:31:54 -06:00

23 lines
488 B
JSON

{
"fileTypes": [],
"injectionSelector": "L:text.html.markdown",
"patterns": [
{
"include": "#tomlFrontmatterCodeblock"
}
],
"repository": {
"tomlFrontmatterCodeblock": {
"begin": "\\A\\+{3}\\s*$",
"end": "(^|\\G)(?=\\s*[\\+~]{3,}\\s*$)",
"contentName": "meta.embedded.block.toml.frontmatter",
"patterns": [
{
"include": "source.toml"
}
]
}
},
"scopeName": "markdown.toml.frontmatter.codeblock"
}