eclipse-pdt / pdt

PHP Development Tools project (PDT)
https://eclipse.org/pdt
Eclipse Public License 2.0
189 stars 46 forks source link

Keyword color of `self` is lost after typing #156

Closed pounard closed 1 year ago

pounard commented 1 year ago

When writing a self::foo() call in a class method, syntax coloring of the self keywork is fine until the line is finised typing:

Capture d’écran du 2023-05-16 16-35-38

Here we can see the self keyword being bold brown-purplish.

After I finished typing the line, color disappear and another style is taking over:

Capture d’écran du 2023-05-16 16-35-46

Here we can see it being normal weight and black.

This happens in every context.