Separate the "static" keyword from existing grouped storage modifiers.
Introduce a unique scope "storage.modifier.static.php" for targeted syntax highlighting.
This enhancement improves the granularity of syntax highlighting for the "static" keyword in PHP, aligning it with the differentiation of other storage modifiers.
Alternate Designs
No alternative ways exist for highlighting the "static" keyword differently in VS Code.
Possible Drawbacks
People who have used the "storage.modifier.php" scope will need to adjust their settings to match the new "storage.modifier.static.php" scope.
Description of the Change
This enhancement improves the granularity of syntax highlighting for the "static" keyword in PHP, aligning it with the differentiation of other storage modifiers.
Alternate Designs
No alternative ways exist for highlighting the "static" keyword differently in VS Code.
Possible Drawbacks
People who have used the "storage.modifier.php" scope will need to adjust their settings to match the new "storage.modifier.static.php" scope.
Applicable Issues
No