0x00000001A / es6-string-html

Highlight code in ES6 multiline strings
https://marketplace.visualstudio.com/items?itemName=Tobermory.es6-string-html
MIT License
127 stars 77 forks source link

SQL line comment must include white space after -- #23

Open oxygen opened 5 years ago

oxygen commented 5 years ago
SELECT -- must have whitespace [\s ] after --
    *,
    --123, -- double negative is positive!
FROM table--syntax error in mysql

Currently, es6-string identifies --something as a line comment, although its not (it is a syntax error)

klausbadelt commented 1 year ago

Linking the PR #52