Skip to content

clickable filenames #131

@Lokathor

Description

@Lokathor

if the filenames of error sources had spaces around where they're shown in the square brackets, they'd be clickable in various smart terminals.

current

Error: Token Tree Building
   ╭─[samples/tree_error.txt:1:38]
 1 │example token { tree file } ( words
   │                                     ╰ Expected: ["token_tree", "close_paren"], Found: None

wanted

Error: Token Tree Building
   ╭─[ samples/tree_error.txt:1:38 ]
 1 │example token { tree file } ( words
   │                                     ╰ Expected: ["token_tree", "close_paren"], Found: None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions