Files
swift-mirror/test/SourceKit/SyntaxMapData/syntaxmap-edit.swift.response
Argyrios Kyrtzidis 8ff6a98a99 [sourcekit] Merge SourceKit into the Swift repo.
The code goes into its own sub-tree under 'tools' but tests go under 'test',
so that running 'check-swift' will also run all the SourceKit tests.

SourceKit is disabled on non-darwin platforms.
2015-11-05 01:09:08 -08:00

60 lines
1.2 KiB
Plaintext

{
key.offset: 0,
key.length: 114,
key.diagnostic_stage: source.diagnostic.stage.swift.parse,
key.syntaxmap: [
{
key.kind: source.lang.swift.syntaxtype.comment,
key.offset: 0,
key.length: 22
},
{
key.kind: source.lang.swift.syntaxtype.comment,
key.offset: 22,
key.length: 58
},
{
key.kind: source.lang.swift.syntaxtype.keyword,
key.offset: 81,
key.length: 5
},
{
key.kind: source.lang.swift.syntaxtype.identifier,
key.offset: 87,
key.length: 3
},
{
key.kind: source.lang.swift.syntaxtype.keyword,
key.offset: 97,
key.length: 3
},
{
key.kind: source.lang.swift.syntaxtype.identifier,
key.offset: 101,
key.length: 4
},
{
key.kind: source.lang.swift.syntaxtype.typeidentifier,
key.offset: 108,
key.length: 3
}
]
}
{
key.offset: 81,
key.length: 15,
key.diagnostic_stage: source.diagnostic.stage.swift.parse,
key.syntaxmap: [
{
key.kind: source.lang.swift.syntaxtype.keyword,
key.offset: 81,
key.length: 5
},
{
key.kind: source.lang.swift.syntaxtype.identifier,
key.offset: 87,
key.length: 6
}
]
}