mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:36:27 -05:00
@@ -46,6 +46,7 @@
|
||||
"meta.embedded.block.html": "html",
|
||||
"source.js": "javascript",
|
||||
"source.css": "css",
|
||||
"meta.embedded.block.frontmatter": "yaml",
|
||||
|
||||
"meta.embedded.block.css": "css",
|
||||
"meta.embedded.block.ini": "ini",
|
||||
|
||||
@@ -3691,6 +3691,8 @@
|
||||
</dict>
|
||||
<key>frontMatter</key>
|
||||
<dict>
|
||||
<key>contentName</key>
|
||||
<string>meta.embedded.block.frontmatter</string>
|
||||
<key>begin</key>
|
||||
<string>\A-{3}\s*$</string>
|
||||
<key>while</key>
|
||||
|
||||
@@ -1181,6 +1181,8 @@
|
||||
</dict>
|
||||
<key>frontMatter</key>
|
||||
<dict>
|
||||
<key>contentName</key>
|
||||
<string>meta.embedded.block.frontmatter</string>
|
||||
<key>begin</key>
|
||||
<string>\A-{3}\s*$</string>
|
||||
<key>while</key>
|
||||
|
||||
Reference in New Issue
Block a user