You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```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%')
```
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.