I cherry-picked the existing fix, to respect authorship.
I think #11 broke the plugin for most people, so it's probably best to pull this and make a patch release, unless someone has a better solution.
Aside from double quotes, I think stuff like } can also screw up parsing, so instead of going through all those edge-cases maybe it's better to simply use the sanitized version?
I cherry-picked the existing fix, to respect authorship.
I think #11 broke the plugin for most people, so it's probably best to pull this and make a patch release, unless someone has a better solution.
Aside from double quotes, I think stuff like
}
can also screw up parsing, so instead of going through all those edge-cases maybe it's better to simply use the sanitized version?