iuyoy / highlight-string-code

Highlight string as specific language. 在其他代码中高亮 SQL、HTML、CSS或者JS
https://marketplace.visualstudio.com/items?itemName=iuyoy.highlight-string-code
MIT License
17 stars 4 forks source link

La extensión colorea por fuera de las comillas #11

Closed Simx72 closed 2 years ago

Simx72 commented 2 years ago

image

intente poner esto en typescript y la extensión lo coloreo mal, intente con todas las comillas (", ' y `) pero aún así no sirvió

iuyoy commented 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.