File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
org.eclipse.wildwebdeveloper Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 567567 <extension point =" org.eclipse.tm4e.registry.grammars" >
568568 <grammar path =" node_modules/astro-vscode/syntaxes/astro.tmLanguage.json" scopeName =" source.astro" />
569569 <scopeNameContentTypeBinding contentTypeId =" org.eclipse.wildwebdeveloper.astro" scopeName =" source.astro" />
570+
571+ <grammar path =" node_modules/astro-vscode/syntaxes/markdown.astro.tmLanguage.json" scopeName =" text.html.markdown.astro" />
572+ <scopeNameContentTypeBinding contentTypeId =" org.eclipse.wildwebdeveloper.astro" scopeName =" text.html.markdown.astro" />
573+ <injection scopeName =" text.html.markdown.astro" injectTo =" text.html.markdown" />
574+ <injection scopeName =" text.html.markdown.astro" injectTo =" source.astro" />
575+
576+ <grammar path =" node_modules/astro-vscode/syntaxes/mdx.astro.tmLanguage.json" scopeName =" source.mdx.astro" />
577+ <scopeNameContentTypeBinding contentTypeId =" org.eclipse.wildwebdeveloper.astro" scopeName =" source.mdx.astro" />
578+ <injection scopeName =" source.mdx.astro" injectTo =" source.mdx" />
579+ <injection scopeName =" source.mdx.astro" injectTo =" source.astro" />
570580 </extension >
571581 <extension point =" org.eclipse.tm4e.languageconfiguration.languageConfigurations" >
572582 <languageConfiguration contentTypeId =" org.eclipse.wildwebdeveloper.astro" path =" node_modules/astro-vscode/languages/astro-language-configuration.json" />
You can’t perform that action at this time.
0 commit comments