Closed danieldulaney closed 8 years ago
OS: Windows 10 Version: 3083
In PHP files, the bars or bullets that appears to indicate tabs or spaces when text is selected turn pink if they precede a return statement.
return
To reproduce:
<?php return ?>
The spaces in front of the return display in pink.
Should be an easy fix, via https://github.com/sublimehq/Packages.
This is fixed in the latest version of the PHP syntax at https://github.com/sublimehq/Packages. It will be part of dev build 3112.
OS: Windows 10 Version: 3083
In PHP files, the bars or bullets that appears to indicate tabs or spaces when text is selected turn pink if they precede a
return
statement.To reproduce:
The spaces in front of the
return
display in pink.