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

enh(fortran) support intrinsic data types & better 0 width match error detection #2379

Merged
merged 3 commits into from Feb 6, 2020

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    e0c0405 View commit details
    Browse the repository at this point in the history
  2. (parser) throw "0 width match" error for bad regex

    Closes highlightjs#2140.
    
    - In safe mode 0 width matches will be safely and quietly ignored
      and advance the cursor 1 step, as before.
    - In debug mode a "0 width match" error will be thrown.
    
    This should help prevent such misbehaved rules from sneaking back
    into the library in the future.
    joshgoebel committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    61a5452 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

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