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

Adding basic support for mathematica #2921

Merged
merged 16 commits into from Jun 2, 2021
Merged

Commits on May 28, 2021

  1. Adding basic support for mathematica

    Support for the wolfram language:
    - Followed "new language"  tutorial
    - Added html examples and test files
    - Initial work highlights basic common expressions including numbers, system-level symbols, comments, operators, and strings
    msollami committed May 28, 2021
    Copy the full SHA
    0e1edf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Update components/prism-wolfram.js

    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    msollami and RunDevelopment committed Jun 1, 2021
    Copy the full SHA
    a3cbd9e View commit details
    Browse the repository at this point in the history
  2. Update components/prism-wolfram.js

    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    msollami and RunDevelopment committed Jun 1, 2021
    Copy the full SHA
    decfd40 View commit details
    Browse the repository at this point in the history
  3. Update components/prism-wolfram.js

    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    msollami and RunDevelopment committed Jun 1, 2021
    Copy the full SHA
    aed5e0a View commit details
    Browse the repository at this point in the history
  4. Update components/prism-wolfram.js

    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    msollami and RunDevelopment committed Jun 1, 2021
    Copy the full SHA
    c710dc3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ea318c7 View commit details
    Browse the repository at this point in the history
  6. Update prism-wolfram.min.js

    Moved string rule after comment to make highlighting faster.
    msollami committed Jun 1, 2021
    Copy the full SHA
    29cfa2f View commit details
    Browse the repository at this point in the history
  7. Update components.json

    Added the alias 'mathematica'
    msollami committed Jun 1, 2021
    Copy the full SHA
    0302206 View commit details
    Browse the repository at this point in the history
  8. Adding modified build files

    msollami committed Jun 1, 2021
    Copy the full SHA
    ca78ed8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    12a6450 View commit details
    Browse the repository at this point in the history
  10. Adding back the aliasTitles

    msollami committed Jun 1, 2021
    Copy the full SHA
    756b2bc View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    4aadc58 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Update components/prism-wolfram.js

    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    msollami and RunDevelopment committed Jun 2, 2021
    Copy the full SHA
    0cb4f30 View commit details
    Browse the repository at this point in the history
  2. Update prism-wolfram.js

    Fixing linter errors
    msollami committed Jun 2, 2021
    Copy the full SHA
    c4427d2 View commit details
    Browse the repository at this point in the history
  3. Fixed linting errors

    msollami committed Jun 2, 2021
    Copy the full SHA
    fadf27d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    50a8722 View commit details
    Browse the repository at this point in the history