It would be great to support highlighting string interpolations, e.g. ```ts sql`select '${1 + 1}';` ``` It currently highlights the native code as if it were an SQL string.