dracula / sublime

🧛🏻‍♂️ Dark theme for Sublime Text
https://draculatheme.com/sublime
MIT License
94 stars 26 forks source link

Fixes PHP syntax highlighting for punctuation.accessor. #10

Closed lee-reinhardt closed 6 years ago

lee-reinhardt commented 7 years ago

There were some syntax changes in ST3 dev build 3132. The two places I noticed it was in PHP when calling static functions, or functions on an object. The :: and -> are white instead of the usual pink-ish color #FF79C6.

ST Forum discussion: https://forum.sublimetext.com/t/dev-build-3132/28529/30

Before: before

After: after