Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tokenise error messages in Console lexer #1498

Merged
merged 2 commits into from
Apr 14, 2020

Commits on Apr 7, 2020

  1. Add error message handling to Console lexer

    Add an "error" list option to the console lexer.
    Option default to nil.
    
    If non-nil, any line not already identified as a snip, prompt or
    comment - that starts with one of the strings in the option - will be
    tagged as `Generic::Error`
    gavlock committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3ff9a23 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    603a889 View commit details
    Browse the repository at this point in the history