Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False-positive highlight #18

Open
npdev453 opened this issue Oct 18, 2023 · 1 comment
Open

False-positive highlight #18

npdev453 opened this issue Oct 18, 2023 · 1 comment

Comments

@npdev453
Copy link

npdev453 commented Oct 18, 2023

Sample code:

const sqlFoo = [];
sqlFoo.push(`)`);
anyFunction();

bar.log(`any other string... but looks like code:1`)

if (error) throw error;
const a = 123;
const c = 456

const s = `broken`;

Preview:
image

@thebearingedge
Copy link
Owner

Thanks for the report! A couple of regressions were introduced in an attempt to enhance the extension. Will update you when I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants