Merge pull request #112 from mbtools/master

Overhaul of ABAP language based on release 7.54
This commit is contained in:
Alexandru Dima 2020-09-22 23:06:11 +02:00 committed by GitHub
commit d456465df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 802 additions and 195 deletions

View file

@ -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