return / unbracketed statements
bobmagicii opened this issue · 5 comments
Yup, you're right. It's a sublime text 3 thing, more specifically I think it's only the new PHP syntax highlighter that's doing this. It considers the whitespace in front as the same class.
I don't think there's anything I can do about it, besides not changing the background color of things, or making a new PHP syntax highlighter. Maybe this should be suggested to sublime text for them to revert back, maybe it's even a bug. I tested Python and it doesn't have this problem.
i went ahead and posted this on the sublime tech forum. please leave the bug open for now until someone has a chance to look :D
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=13823&p=52828#p52828
Awesome, thanks. We'll see what happens.
i ended up posting the fix they need to do, so far no hits. considering it has been a month and a half since an st3 beta build i am sort of getting a bad feeling from the project. they should opensource lol. if it goes much longer without so much as a "cool thanks" maybe you could add the fix to your readme since it will be a very noticeable bug with the neon theme.
Is it possible to write a little python script that can be copy pasted into the console (ctrl + `) to fix this?