mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Update swift.test.ts
This commit is contained in:
parent
22487ca8e1
commit
29454a6a53
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ testTokenization('swift', [
|
||||||
// Attributes
|
// Attributes
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
line: '@noescape',
|
line: '@escaping',
|
||||||
tokens: [
|
tokens: [
|
||||||
{
|
{
|
||||||
startIndex: 0,
|
startIndex: 0,
|
||||||
type: 'keyword.control.swift'
|
type: 'keyword.control.swift'
|
||||||
} /* '@noescape' */
|
} /* '@escaping' */
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue