Skip to content

Can't highlight not first word in line #245

@EzioMercer

Description

@EzioMercer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions