File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 492
492
"scopeName" : " markdown.svelte.codeblock" ,
493
493
"path" : " ./syntaxes/markdown-svelte.json" ,
494
494
"injectTo" : [
495
- " text.html.markdown"
495
+ " text.html.markdown" ,
496
+ " source.mdx"
496
497
],
497
498
"embeddedLanguages" : {
498
499
"meta.embedded.block.svelte" : " svelte"
502
503
"scopeName" : " markdown.svelte.codeblock.script" ,
503
504
"path" : " ./syntaxes/markdown-svelte-js.json" ,
504
505
"injectTo" : [
505
- " text.html.markdown"
506
+ " text.html.markdown" ,
507
+ " source.mdx"
506
508
]
507
509
},
508
510
{
509
511
"scopeName" : " markdown.svelte.codeblock.style" ,
510
512
"path" : " ./syntaxes/markdown-svelte-css.json" ,
511
513
"injectTo" : [
512
- " text.html.markdown"
514
+ " text.html.markdown" ,
515
+ " source.mdx"
513
516
]
514
517
},
515
518
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"scopeName" : " markdown.svelte.codeblock" ,
3
3
"fileTypes" : [],
4
- "injectionSelector" : " L:text.html.markdown" ,
4
+ "injectionSelector" : " L:text.html.markdown, L:source.mdx " ,
5
5
"patterns" : [
6
6
{
7
7
"include" : " #svelte-code-block"
You can’t perform that action at this time.
0 commit comments