Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab highlighting changes color before return in PHP files #147

Closed
danieldulaney opened this issue Aug 1, 2015 · 2 comments
Closed

Tab highlighting changes color before return in PHP files #147

danieldulaney opened this issue Aug 1, 2015 · 2 comments

Comments

@danieldulaney
Copy link

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:

  • Set highlighting to PHP.
  • Enter the code:
<?php
    return
?>
  • Select all

The spaces in front of the return display in pink.

image

@FichteFoll
Copy link
Contributor

Should be an easy fix, via https://github.com/sublimehq/Packages.

@wbond
Copy link

wbond commented Apr 27, 2016

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.

@wbond wbond closed this as completed Apr 27, 2016
@wbond wbond added the R: fixed label Apr 27, 2016
@wbond wbond added this to the Build 3112 milestone Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants