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

Add support for the language Agda #2430

Merged
merged 7 commits into from Jun 24, 2020
Merged

Add support for the language Agda #2430

merged 7 commits into from Jun 24, 2020

Commits on Jun 24, 2020

  1. Add support for the language Agda

    Xy Ren committed Jun 24, 2020
    Copy the full SHA
    6fefb37 View commit details
    Browse the repository at this point in the history
  2. Lint regexes

    Xy Ren committed Jun 24, 2020
    Copy the full SHA
    53e445a View commit details
    Browse the repository at this point in the history
  3. Fix escaped characters in example page

    Xy Ren committed Jun 24, 2020
    Copy the full SHA
    b0f0838 View commit details
    Browse the repository at this point in the history
  4. Rebuild Prism

    Xy Ren committed Jun 24, 2020
    Copy the full SHA
    e44e4c9 View commit details
    Browse the repository at this point in the history
  5. Fix problems in regex

    - Fix wrongly parsed comments
    - Allow >1 spaces after `data|record`
    - Sort keywords by ASCII order
    - Remove redundant parts
    Xy Ren committed Jun 24, 2020
    Copy the full SHA
    9418fd2 View commit details
    Browse the repository at this point in the history
  6. Convert indentation to tabs

    Xy Ren committed Jun 24, 2020
    Copy the full SHA
    b257dc3 View commit details
    Browse the repository at this point in the history
  7. Rebuild Prism

    Xy Ren committed Jun 24, 2020
    Copy the full SHA
    7e299eb View commit details
    Browse the repository at this point in the history