mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Merge pull request #112 from mbtools/master
Overhaul of ABAP language based on release 7.54
This commit is contained in:
commit
d456465df5
2 changed files with 802 additions and 195 deletions
|
|
@ -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' }
|
||||||
|
|
|
||||||
995
src/abap/abap.ts
995
src/abap/abap.ts
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue