pvl / abap.tmbundle

TextMate support for ABAP
21 stars 9 forks source link

Class definition is not higlighted correctly #9

Closed FreHu closed 5 years ago

FreHu commented 6 years ago

It seems keywords after the class name and before the ending dot are colored the same as the name.

CLASS testclass definition
  public
  abstract
  create public.

  public section.
ENDCLASS.

image

larshp commented 6 years ago

Pull requests welcome 😄

FreHu commented 6 years ago

Do you know if the github syntax highlighting is also based on this grammar? It would be nice if everything was in one place.

larshp commented 6 years ago

github also uses this grammar, see https://github.com/github/linguist/blob/master/vendor/README.md