Skip to content

Commit 59462eb

Browse files
committed
Local md fix for embedded C++
Fixes microsoft#79810
1 parent 67b0d58 commit 59462eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/markdown-basics/syntaxes/markdown.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716
{
717717
"begin": "(^|\\G)(\\s*)(.*)",
718718
"while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)",
719-
"contentName": "meta.embedded.block.cpp",
719+
"contentName": "meta.embedded.block.cpp source.cpp",
720720
"patterns": [
721721
{
722722
"include": "source.cpp"
@@ -2587,4 +2587,4 @@
25872587
"name": "markup.inline.raw.string.markdown"
25882588
}
25892589
}
2590-
}
2590+
}

0 commit comments

Comments
 (0)