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

Web types #21

Merged
merged 4 commits into from
Jul 24, 2020
Merged

Web types #21

merged 4 commits into from
Jul 24, 2020

Commits on Jul 24, 2020

  1. add html support

    ririsoft committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    b72d267 View commit details
    Browse the repository at this point in the history
  2. add xml support

    ririsoft committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    1bfff31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61835f5 View commit details
    Browse the repository at this point in the history
  4. text matcher: optimize trim_start_whitespace

    A 30x optimization making the compiler optimize away a panic were &buf[i..] could be an invalid index
    
    Co-authored-by: Paolo Barbolini <paolo@paolo565.org>
    ririsoft and paolobarbolini committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    8e2d43e View commit details
    Browse the repository at this point in the history