ソースを参照

Merge pull request #112 from mbtools/master

Overhaul of ABAP language based on release 7.54
Alexandru Dima 4 年 前
コミット
d456465df5
2 ファイル変更669 行追加153 行削除
  1. 1 1
      src/abap/abap.test.ts
  2. 668 152
      src/abap/abap.ts

+ 1 - 1
src/abap/abap.test.ts

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

ファイルの差分が大きいため隠しています
+ 668 - 152
src/abap/abap.ts


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません