Single-line comments break the highlight for the JS/TS code that is outside the tagged template. Example: ```ts const query = sql`SELECT * FROM SYS.DUMMY; -- Save memory` + `this is not highlighted correctly`; ``` With the extension: <img width="772" alt="Image" src="https://github.com/user-attachments/assets/a88502a5-c8be-4a05-8741-e13af22b4a73" /> Without the extension: <img width="773" alt="Image" src="https://github.com/user-attachments/assets/e64fd3f9-52e8-4a87-97c3-05bcf586f8d4" />
Single-line comments break the highlight for the JS/TS code that is outside the tagged template.
Example:
With the extension:

Without the extension:
