🐛 BUG: Incorrect syntax highlighting for backtick prop values in JSX expressions #661
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
feat: syntax
Issue in our syntax highlighting (scope)
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{import.meta.env.PROD && <div class=`${title} foo`></div>}
insideLayout.astro
The text was updated successfully, but these errors were encountered: