You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When I use a string variable formatted as in the example, code after the variable is incorrectly coloured
This is what it ends up looking like for me:
I'd expect this to parse the string correctly. The output should look more like this:
Test case:
<?php$test = 'AND [' . $foo['bar'];
// hi i am a commentif (true) {
print 'test';
}
Steps to Reproduce
Create a test file, test.php with the contents from the test case
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.
Prerequisites
Description
When I use a string variable formatted as in the example, code after the variable is incorrectly coloured
This is what it ends up looking like for me:
I'd expect this to parse the string correctly. The output should look more like this:
Test case:
Steps to Reproduce
Create a test file, test.php with the contents from the test case
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.Additional Information
Originally from @pedroterzero in microsoft/vscode#147037
The text was updated successfully, but these errors were encountered: