It would be nice to be able to specify more fine-grained highlighting like this:
"highlights": {
"session": {
"pattern": "(?<session>Session) (?<session_id>[a-zA-Z0-9]*) (?<created>created))",
"colors":{
"session": "gold1",
"session_id": "aqua",
"created": "white"
}
}
}
It would be nice to be able to specify more fine-grained highlighting like this: