Skip to content

More fine grained highlighting #1655

@piotr-dobrogost

Description

@piotr-dobrogost

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"
        }
      }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions