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

Make parts of html API return Result with new syntect::Error #424

Merged
merged 1 commit into from Mar 1, 2022

Commits on Feb 20, 2022

  1. Make parts of html API return Result with new syntect::Error

    Introduce a new error type `syntect::Error` that can represent any error
    that can happen in syntect, and not only `LoadingError`s.
    
    In an upcoming PR, a `syntect::parsing::ParsingError` will be introduced
    for `highlight_line`.
    Enselic committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    1b71d72 View commit details
    Browse the repository at this point in the history