Open
Description
I need to outline the changes made in requirements.txt
I've found the list of supported languages here
https://codehike.org/docs/concepts/code#languages
so I went for text
and wrote:
```text requirements.txt
# !className(1) separator
# !diff(3:3) +
........
fastapi[standard]
sqlmodel
```
but with that input the annotations don't trigger, so I take I am using the wrong way to insert comments for the text
language
what's the right way to do it ?
Metadata
Metadata
Assignees
Labels
No labels