Closed Simx72 closed 2 years ago
try putting this in typescript and the extension colored it wrong, tried all the quotes ( ", 'and `) but it still didn't work
I get you question like this kind of translation.
Please check the Usage part of the document - This extension can only highlight something correctly by specifying the start sign
and end sign
. It has nothing to do with quote.
In your case, you should add a semicolon ;
at the end of your SQL.
intente poner esto en typescript y la extensión lo coloreo mal, intente con todas las comillas (
"
,'
y`
) pero aún así no sirvió