pvl / abap.tmbundle

TextMate support for ABAP
21 stars 9 forks source link

Support for inline data declaration, returning value #15

Closed FreHu closed 6 years ago

FreHu commented 6 years ago

code_2018-08-13_14-28-04

code_2018-08-13_14-36-44

larshp commented 6 years ago

guess FIELD-SYMBOL(<foobar>) falls in the same category, does it work?

FreHu commented 6 years ago

code_2018-08-16_10-02-03

Added. I know about others, but they are functions, not keywords.

https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenbuilt_in_functions_overview.htm

(Some are already in the grammar under keyword.operator.string, but are not higlighted. I guess the github theme does not support this scope and neither does vscode.)

DATA(x) = lines( itab ).