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
constobject={// Group of entriesb: true,c: true,a: true,// Other group of entriesz: true,x: true,y: true,}
It would be nice if I could add keep-sorted above a group of entries to sort them separately. Right now adding the comment above one of the groups results in:
[keep-sorted] error: Unable to find object/array/interface to sort command/command
I am not sure about the complexity. But if you don't mind the effort, feel free to send a PR so we can discuss it. I do like the start and end marker like you proposed in #24
Clear and concise description of the problem
For example, suppose you have:
It would be nice if I could add
keep-sorted
above a group of entries to sort them separately. Right now adding the comment above one of the groups results in:Suggested solution
Allow
keep-sorted
above a group of entriesAlternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: