Pavel Ledin - 2007-11-23

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.