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

cooklang syntax highlighting - initial add #3337

Merged
merged 22 commits into from Feb 19, 2022
Merged

Commits on Feb 13, 2022

  1. Copy the full SHA
    25c3b1f View commit details
    Browse the repository at this point in the history
  2. Fixed syntax error

    ahue committed Feb 13, 2022
    Copy the full SHA
    6dc18af View commit details
    Browse the repository at this point in the history
  3. Fixed linting problems

    ahue committed Feb 13, 2022
    Copy the full SHA
    bc46a9c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ee539db View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. comment regex now greedy

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 15, 2022
    Copy the full SHA
    c808f1b View commit details
    Browse the repository at this point in the history
  2. no empty meta key, no space after key

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 15, 2022
    Copy the full SHA
    a8c6a40 View commit details
    Browse the repository at this point in the history
  3. simplified meta line start regex

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 15, 2022
    Copy the full SHA
    5755bb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Copy the full SHA
    eef1b8f View commit details
    Browse the repository at this point in the history
  2. ran build

    ahue committed Feb 16, 2022
    Copy the full SHA
    7b31918 View commit details
    Browse the repository at this point in the history
  3. using ^ to mark pattern start for timer

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 16, 2022
    Copy the full SHA
    359ab0a View commit details
    Browse the repository at this point in the history
  4. Update components/prism-cooklang.js

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 16, 2022
    Copy the full SHA
    5f9dc49 View commit details
    Browse the repository at this point in the history
  5. fixed spelling

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 16, 2022
    Copy the full SHA
    1723c15 View commit details
    Browse the repository at this point in the history
  6. fixed regexp/no-dupe-disjunctions

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 16, 2022
    Copy the full SHA
    45184a6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6441cf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. proper single word regex

    ahue committed Feb 18, 2022
    Copy the full SHA
    2457e88 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    98d0e7a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ff0d21f View commit details
    Browse the repository at this point in the history
  4. revised timer-group pattern

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 18, 2022
    Copy the full SHA
    4c4af12 View commit details
    Browse the repository at this point in the history
  5. duration-group in line with EBNF

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 18, 2022
    Copy the full SHA
    be88670 View commit details
    Browse the repository at this point in the history
  6. more flexibility on the timer units separator

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 18, 2022
    Copy the full SHA
    29d8fa3 View commit details
    Browse the repository at this point in the history
  7. allowing almost anything in the amount-group

    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    ahue and RunDevelopment committed Feb 18, 2022
    Copy the full SHA
    fa33e58 View commit details
    Browse the repository at this point in the history
  8. updated tests, ran build

    ahue committed Feb 18, 2022
    Copy the full SHA
    4277077 View commit details
    Browse the repository at this point in the history