Sublime Forum

Broken highlighting when doing static php methode calls

#1

When I dio this in php7:

self::$factory::getProducts()::$stock_id

following highlighting is broken:

0 Likes

#2

FIXED by copying the PHP package to my package folder with the packages from https://github.com/sublimehq/Packages.git

0 Likes

#3

yes it was fixed by https://github.com/sublimehq/Packages/pull/1588 but seemingly not included in any ST releases yet

0 Likes