pvl / abap.tmbundle

TextMate support for ABAP
21 stars 9 forks source link

ABSTRACT keyword is not highlighted #7

Closed FreHu closed 6 years ago

FreHu commented 6 years ago

See example:

class testclass definition
  public
  abstract
  create public.

public section.
  methods test abstract.
ENDCLASS.

image

FreHu commented 6 years ago

12 fixes this for methods.