pvl / abap.tmbundle

TextMate support for ABAP
21 stars 9 forks source link

DATA( #41

Closed larshp closed 5 years ago

larshp commented 5 years ago

this looks like a bug,

image

FreHu commented 5 years ago

It is, but I already fixed it in #24.

I'm not sure how exactly highlighting is updated, linguist only does language classification and another project depends on the grammars: see https://github.com/github/linguist/issues/4292

I can see some of my changes are already live:

sy-tabix
##no_text

Some not:

CLASS zcl_abapgit_git_branch_list DEFINITION
  PUBLIC
  CREATE PUBLIC .

But there was a release on Oct 1. I'll investigate further.

larshp commented 5 years ago

they update the grammars every now and then, waiting will probably solve it 😄

FreHu commented 5 years ago

It's finally all there:

rs_metadata = get_metadata( ).
larshp commented 5 years ago

cool, closing