Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feature Request: Marking individual text on specific lines only #309

@rgvillanueva28

Description

@rgvillanueva28

This code is rendered as shown on the image:

```sql ins="id=11 -- zzz" del="%')"
/*Original Query:
SELECT * FROM menu WHERE LOWER(name) LIKE LOWER('%input_here%')

Injected Query:*/
SELECT * FROM menu WHERE LOWER(name) LIKE LOWER('%foo') or id=11 -- zzz%')
```

Image

Issue: Marking is for all the lines but I want to mark the 5th line only.

Something like these syntax would help:
sql "{1}mark me" - will highlight the word mark me on line 1 only.

sql del="{5-10}this is red" - will highlight in red the word this is red on lines 5-10 only.

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