I have been using atom for a long time and recently made the switch to ST3 because of performance . There seems to be an issue with the highlighting of variables with single quotes withing double quotes.
$pdo->query("SELECT * FROM members WHERE ID = '$customer'");
In the above example $customer
is not highlighted as a variable in ST3 as opposed to Atom.
Any suggestions on how the fix this?