sublimehq / Packages

Syntax highlighting files shipped with Sublime Text and Sublime Merge
https://sublimetext.com
Other
2.95k stars 587 forks source link

[PHP] Modify `throw` to an expression keyword #4027

Closed deathaxe closed 1 month ago

deathaxe commented 1 month ago

Fixes #4026

Implements RFC https://wiki.php.net/rfc/throw_expression

Note: Creates an expression_keywords variable to group it together with other expression-level keywords.