pvl / abap.tmbundle

TextMate support for ABAP
20 stars 9 forks source link

Improve highlighting for variables in write positions #70

Closed FreHu closed 3 years ago

FreHu commented 3 years ago
    variable = 5. " currently only this works

    class=>member = 3.
    instance->member = 5.
    structure-component = 5.
    interface~member = 5.

    variable += 4.
    variable -= 4.
    variable *= 4.
    variable /= 4.
    variable &&= 4.

Added support for additional cases:

FreHu commented 3 years ago

unfortunately variables are not highlighted by github. i will do some more minor prs and then sync with vscode

larshp commented 3 years ago

👍