-
Notifications
You must be signed in to change notification settings - Fork 120
HEREDOC highlighting broken #57
Comments
Refs #10. |
It seems in #10 they're getting the correct behaviour of the heredoc being treated as string until a PHP tag is encountered, my case is only the first character of the heredoc is treated as a string regardless of the heredoc's contents. |
Getting the same problem as above, with ' character breaking syntax highlighting. It'd be good if |
any plan for a fix? I find atom really sexy but I use heredocs a lot on my projects. So I am staying on PHPStorm until it is fixed. |
I may be able to take a look at this soon. Depends on how quickly I get my existing language backlog cleared up :). |
awesome :)
|
This is an issue with first-mate ignoring nested repositories. |
Any news about this? |
Just wanted to chime in that this is an issue for me too. Crossing fingers that someone can get to it soon. Thanks in advance for all the hard work! |
I'm also seeing this. Any patch to be released? |
Any help would be welcome. I'll gladly teach someone the basics if they want to give it a try. |
@50Wliu isn't #77 what you want? |
Why has this been closed? It's not fixed, and the issue that it mentioned is also a bug which was closed because of this, but there is no fix?! |
@Skarlso this issue is clearly still open. |
@50Wliu damn. Argh. Sorry. Messes that one up. :-) |
Fixed by #184. |
I have the following code:
But atom doesn't highlight the contents of the HEREDOC as a string:
The first
<
is correctly given the appropriate classes (class="string unquoted heredoc php"
) but the class doesn't persist to any of following tokens:The text was updated successfully, but these errors were encountered: