mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Remove mdx indented code blocks
They aren’t supported.
This commit is contained in:
parent
ce7f3259c1
commit
92a1dad12d
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
tokenizer: {
|
tokenizer: {
|
||||||
root: [
|
root: [
|
||||||
[/^---$/, { token: 'meta.content', next: '@frontmatter', nextEmbedded: 'yaml' }],
|
[/^---$/, { token: 'meta.content', next: '@frontmatter', nextEmbedded: 'yaml' }],
|
||||||
[/^\s{4}.*$/, { token: 'variable.source' }],
|
|
||||||
[/^\s*import/, { token: 'keyword', next: '@import', nextEmbedded: 'js' }],
|
[/^\s*import/, { token: 'keyword', next: '@import', nextEmbedded: 'js' }],
|
||||||
[/^\s*export/, { token: 'keyword', next: '@export', nextEmbedded: 'js' }],
|
[/^\s*export/, { token: 'keyword', next: '@export', nextEmbedded: 'js' }],
|
||||||
[/<\w+/, { token: 'type.identifier', next: '@jsx' }],
|
[/<\w+/, { token: 'type.identifier', next: '@jsx' }],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue