Merge pull request #112 from mbtools/master

Overhaul of ABAP language based on release 7.54
pull/2748/head
Alexandru Dima 4 years ago committed by GitHub
commit d456465df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@ testTokenization('abap', [
{ startIndex: 6, type: '' }, { startIndex: 6, type: '' },
{ startIndex: 7, type: 'keyword.abap' }, { startIndex: 7, type: 'keyword.abap' },
{ startIndex: 9, type: '' }, { startIndex: 9, type: '' },
{ startIndex: 10, type: 'keyword.abap' }, { startIndex: 10, type: 'operator.abap' },
{ startIndex: 13, type: '' }, { startIndex: 13, type: '' },
{ startIndex: 14, type: 'keyword.abap' }, { startIndex: 14, type: 'keyword.abap' },
{ startIndex: 21, type: 'delimiter.abap' } { startIndex: 21, type: 'delimiter.abap' }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save