-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
👋
Hey, in a similar library I've used a feature where you could define your custom highlighter with regex and color, something like this:
own: {
duration: {
regexp: /^(?:(?! \|).)*/,
color: 'magenta'
}
}
It gives possibility to color custom parts of query, for example if it includes query duration.
Would be nice to have something similar here later if possible :)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request