Update swift.test.ts

This commit is contained in:
Philip Turner 2022-01-03 09:42:12 -05:00 committed by GitHub
parent 22487ca8e1
commit 29454a6a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' */
] ]
} }
], ],