Sublime Forum

PHP syntax highlighting & method detection error

#1

I’ve encountered an error on this code:

protected function __getFilterOptions(Request $request = null){ }

‘__get’ part is coloured separatelly and method is seen as ‘__get’ on Ctrl + R list.

0 Likes

#2

this has been fixed in dev build 3120 - https://github.com/sublimehq/Packages/pull/504

1 Like