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

Αdding support for Q# language #2804

Merged
merged 21 commits into from Mar 23, 2021
Merged

Commits on Mar 15, 2021

  1. adds support for Q# language

    fedonman committed Mar 15, 2021
    Copy the full SHA
    f9c4fbe View commit details
    Browse the repository at this point in the history
  2. minor fixes

    fedonman committed Mar 15, 2021
    Copy the full SHA
    c2ae902 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. updates operator regex

    fedonman committed Mar 17, 2021
    Copy the full SHA
    219ac3f View commit details
    Browse the repository at this point in the history
  2. updates keywords list

    fedonman committed Mar 17, 2021
    Copy the full SHA
    59d39d1 View commit details
    Browse the repository at this point in the history
  3. updates strings regex

    fedonman committed Mar 17, 2021
    Copy the full SHA
    679b405 View commit details
    Browse the repository at this point in the history
  4. updates operator regex

    fedonman committed Mar 17, 2021
    Copy the full SHA
    771a652 View commit details
    Browse the repository at this point in the history
  5. updates numbers regex

    fedonman committed Mar 17, 2021
    Copy the full SHA
    a89f8f3 View commit details
    Browse the repository at this point in the history
  6. adds more test cases

    fedonman committed Mar 17, 2021
    Copy the full SHA
    9345bcf View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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

Commits on Mar 20, 2021

  1. Copy the full SHA
    cf664ea View commit details
    Browse the repository at this point in the history
  2. updates tests description

    fedonman committed Mar 20, 2021
    Copy the full SHA
    980cdbb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Update components/prism-qsharp.js

    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    fedonman and RunDevelopment committed Mar 22, 2021
    Copy the full SHA
    b1efdf1 View commit details
    Browse the repository at this point in the history
  2. updates operators regex

    fedonman committed Mar 22, 2021
    Copy the full SHA
    6aef3a8 View commit details
    Browse the repository at this point in the history
  3. converts indentation to tabs

    fedonman committed Mar 22, 2021
    Copy the full SHA
    a0b7473 View commit details
    Browse the repository at this point in the history
  4. minor fixes

    fedonman committed Mar 22, 2021
    Copy the full SHA
    23776a5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7d21170 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. updates strings regex

    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    fedonman and RunDevelopment committed Mar 23, 2021
    Copy the full SHA
    236efb3 View commit details
    Browse the repository at this point in the history
  2. updates string interpolation

    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    fedonman and RunDevelopment committed Mar 23, 2021
    Copy the full SHA
    9ae9135 View commit details
    Browse the repository at this point in the history
  3. renames variables

    fedonman committed Mar 23, 2021
    Copy the full SHA
    ab5796c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    58521f4 View commit details
    Browse the repository at this point in the history
  5. reruns tests

    fedonman committed Mar 23, 2021
    Copy the full SHA
    d0d2f07 View commit details
    Browse the repository at this point in the history