KapitanOczywisty / language-php

PHP package for Atom
Other
3 stars 3 forks source link

Add distinct scope for "static" storage modifier #10

Open alexchexes opened 1 year ago

alexchexes commented 1 year ago

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

image