mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Small tweaks to use classic-style tokens
This commit is contained in:
parent
b15a5d4b98
commit
03eaf41470
6 changed files with 46 additions and 52 deletions
|
|
@ -12,7 +12,7 @@ testTokenization('markdown', [
|
|||
[{
|
||||
line: '# Some header',
|
||||
tokens: [
|
||||
{ startIndex: 0, type: 'entity.name.tag.md' }
|
||||
{ startIndex: 0, type: 'keyword.md' }
|
||||
]
|
||||
}],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue