mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45: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
|
||||
[
|
||||
{
|
||||
line: '@noescape',
|
||||
line: '@escaping',
|
||||
tokens: [
|
||||
{
|
||||
startIndex: 0,
|
||||
type: 'keyword.control.swift'
|
||||
} /* '@noescape' */
|
||||
} /* '@escaping' */
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue