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 rego support #2624

Merged
merged 10 commits into from Mar 7, 2021
Merged

Add rego support #2624

merged 10 commits into from Mar 7, 2021

Commits on Nov 8, 2020

  1. rego added

    JordanSh committed Nov 8, 2020
    Copy the full SHA
    27b2d58 View commit details
    Browse the repository at this point in the history
  2. working on tests

    JordanSh committed Nov 8, 2020
    Copy the full SHA
    82149dc View commit details
    Browse the repository at this point in the history
  3. tests and examples are done

    JordanSh committed Nov 8, 2020
    Copy the full SHA
    208df9f View commit details
    Browse the repository at this point in the history
  4. confs

    JordanSh committed Nov 8, 2020
    Copy the full SHA
    02f2992 View commit details
    Browse the repository at this point in the history
  5. build

    JordanSh committed Nov 8, 2020
    Copy the full SHA
    0599bda View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Copy the full SHA
    4cb40e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Simpler example

    The full example contains both comments and strings.
    RunDevelopment committed Mar 5, 2021
    Copy the full SHA
    15d73aa View commit details
    Browse the repository at this point in the history
  2. Implemented minimum viable language support

    Rego is a rather complex language with a syntax that is not easy to
    highlight. I implemented the minimum amount of highlighting that can be
    done with making any assumptions/approximations. It should be correct
    but it might not be very useful to actual Rego users.
    RunDevelopment committed Mar 5, 2021
    Copy the full SHA
    2970e37 View commit details
    Browse the repository at this point in the history
  3. Updated tests

    RunDevelopment committed Mar 5, 2021
    Copy the full SHA
    390a4da View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a830a7e View commit details
    Browse the repository at this point in the history