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

feat: add syntax highlighting in REPL #53

Merged
merged 10 commits into from
Nov 29, 2024
Merged

Conversation

vanilla-extracts
Copy link
Owner

@vanilla-extracts vanilla-extracts commented Nov 17, 2024

Implements #52

Legends:
🚀 need to release v3.3.0
🫱 nice to have to release v3.3.0

  • Highlighting of result 🫱
    • Type highlighting 🚀

    • Value highlighting 🫱

      • Integer 🚀
      • String 🚀
      • Rationals 🚀
      • Matrices 🫱
      • Vectors 👎
      • functions 👎
      • Variable 👎
    • Function creation highlighting 🫱

    • Variable setting highlighting 🫱

      Thanks @leana8959 for the suggestion :)

@vanilla-extracts vanilla-extracts self-assigned this Nov 17, 2024
@vanilla-extracts vanilla-extracts marked this pull request as draft November 17, 2024 10:22
@vanilla-extracts vanilla-extracts added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 17, 2024
@vanilla-extracts vanilla-extracts linked an issue Nov 17, 2024 that may be closed by this pull request
@vanilla-extracts
Copy link
Owner Author

image

✨ colour ✨

@vanilla-extracts vanilla-extracts marked this pull request as ready for review November 29, 2024 10:22
@vanilla-extracts
Copy link
Owner Author

Fix #58

@vanilla-extracts vanilla-extracts linked an issue Nov 29, 2024 that may be closed by this pull request
@vanilla-extracts vanilla-extracts merged commit ce065a8 into mistress Nov 29, 2024
8 checks passed
@vanilla-extracts vanilla-extracts deleted the syntax_highlight branch November 29, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: reassignement of values does not work feat request: Repl syntax highlighting
1 participant