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

Can't highlight not first word in line #245

Open
EzioMercer opened this issue Sep 14, 2024 · 0 comments
Open

Can't highlight not first word in line #245

EzioMercer opened this issue Sep 14, 2024 · 0 comments

Comments

@EzioMercer
Copy link

EzioMercer commented Sep 14, 2024

Here is the code:

```ts /Hello/4
const x: string = 'Hello world';
let y = 'Hello mama';

console.log(x + ' ' + y); // Hello world Hello mama
```

Expected result - Should highlight the second Hello at last line
Actual result - Doesn't highlight the second Hello at last line

When I change the number from 4 to 3 it works perfectly

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

1 participant