I have string start '"' and end '"', but '\"' break my string. But it's "commented" symbol. How can I ignore it?
For example: $result = "text \"hello\" some other text";
And as result I have incorrect syntax highlighting in whole followed code.
I have string start '"' and end '"', but '\"' break my string. But it's "commented" symbol.
How can I ignore it?
For example:
$result = "text \"hello\" some other text";
And as result I have incorrect syntax highlighting in whole followed code.