Open
Description
Describe the Bug

Backtick prop values isn't correctly highlighted if they're inside expression blocks { }
. They work if outside of it.
Steps to Reproduce
npm init astro
using template basics- Paste
{import.meta.env.PROD && <div class=`${title} foo`></div>}
insideLayout.astro
- Observe it isn't highlighted properly