Sublime Forum

Syntax Highlighting Omissions

#1

Hello!

There are a couple syntax color issues with PHP 7.3, specifically some constants (when used as arguments) are being ignored.

I’m trying to figure out:

a) How to view/edit the syntax dictionary (if possible)
b) Perhaps submit the changes for the next update

Thanks for any help!

0 Likes

#2

maybe https://github.com/sublimehq/Packages/pull/1961 or https://github.com/sublimehq/Packages/pull/2045 will help

0 Likes

#3

Or maybe just paste what you think is broken here. ST’s PHP constant lists in its syntax definition are so “optimized” that they become human-unreadable. :joy:

0 Likes