mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Fixed typo
This commit is contained in:
parent
8c06e270cd
commit
266e2c1a39
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ testTokenization('julia', [
|
||||||
{startIndex: 5, type: "source.julia"},
|
{startIndex: 5, type: "source.julia"},
|
||||||
{startIndex: 6, type: ""},
|
{startIndex: 6, type: ""},
|
||||||
{startIndex: 7, type: "number.julia"},
|
{startIndex: 7, type: "number.julia"},
|
||||||
{startIndex: 8, type: "identifer.julia"}
|
{startIndex: 8, type: "identifier.julia"}
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue