Skip to content

Commit ef1de00

Browse files
committed
Local fix for C++ embedded in markdown
Related to microsoft#76603
1 parent 1e4958a commit ef1de00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)