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

Replace Prism with Monaco #165

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Conversation

AngeloD2022
Copy link
Contributor

@AngeloD2022 AngeloD2022 commented May 22, 2024

My reasoning for replacing prism with Monaco, is that Monaco provides a more interactive source code analysis experience.

Below are features that prism does not include, and which may be useful for analyzing potentially malicious code:

  • the ability to fold portions of source code.
  • semantic highlighting
  • regex search
  • the ability for the user to set a theme for comfortable viewing.

There are more features exposed by the built-in command palette.

@AngeloD2022
Copy link
Contributor Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant