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 lexer for Zig lang #1533

Merged
merged 9 commits into from
Jun 3, 2020
Merged

Add lexer for Zig lang #1533

merged 9 commits into from
Jun 3, 2020

Commits on Jun 3, 2020

  1. Add lexer for Zig lang

    timmyjose committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    a4c7b22 View commit details
    Browse the repository at this point in the history
  2. Correct minor style errors

    pyrmont committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    54487d1 View commit details
    Browse the repository at this point in the history
  3. Add link to official site

    pyrmont committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    4f49e39 View commit details
    Browse the repository at this point in the history
  4. Simplify escape regex

    pyrmont committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    9002a74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19bf352 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d52c61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3247678 View commit details
    Browse the repository at this point in the history
  8. Reduce size of demo

    pyrmont committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    b69d441 View commit details
    Browse the repository at this point in the history
  9. Fix :has_literals reference

    pyrmont committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    bb365a6 View commit details
    Browse the repository at this point in the history