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

Feature Request: Add Syntax Highlighting for Different Programming Languages in the Component Displaying Files #3

Open
tw4 opened this issue Jun 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tw4
Copy link
Owner

tw4 commented Jun 10, 2024

Summary

The component displaying files should include syntax highlighting for different programming languages (e.g., C++ or Python).

Rationale

To enhance the readability and clarity of code files, syntax highlighting specific to the programming languages in question should be implemented. This will enable developers to review code more quickly and accurately.

Expected Behavior

The component displaying files should apply syntax highlighting for keywords and syntax specific to programming languages like C++ and Python.

Steps

  1. Review the existing component that displays code files.
  2. Research and integrate syntax highlighting libraries into the project.
  3. Add customized color schemes for different programming languages.
  4. Test the syntax highlighting to ensure it functions correctly.

Additional Information

  • Popular syntax highlighting libraries (e.g., Prism, Highlight.js) can be used.
  • User feedback can be collected to further improve the color schemes.

Thank you.

@tw4 tw4 added the enhancement New feature or request label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant