Update swift.test.ts
parent
22487ca8e1
commit
29454a6a53
|
@ -9,12 +9,12 @@ testTokenization('swift', [
|
|||
// Attributes
|
||||
[
|
||||
{
|
||||
line: '@noescape',
|
||||
line: '@escaping',
|
||||
tokens: [
|
||||
{
|
||||
startIndex: 0,
|
||||
type: 'keyword.control.swift'
|
||||
} /* '@noescape' */
|
||||
} /* '@escaping' */
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue