pull/2748/head
Peng Lyu 7 years ago
parent c4bd2cdd37
commit acfa9cf274

@ -184,7 +184,9 @@ testTokenization('fsharp', [
{ startIndex: 1, type: '' }, { startIndex: 1, type: '' },
{ startIndex: 2, type: 'delimiter.fs' }, { startIndex: 2, type: 'delimiter.fs' },
{ startIndex: 3, type: '' }, { startIndex: 3, type: '' },
{ startIndex: 4, type: 'comment.fs' } { startIndex: 4, type: 'delimiter.parenthesis.fs' },
{ startIndex: 5, type: 'delimiter.fs' },
{ startIndex: 6, type: 'delimiter.parenthesis.fs' }
] ]
}], }],

Loading…
Cancel
Save