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] Diff / Patch files (unified variant) syntax highlighting monarch definitions #2471
Comments
|
That is a great feature request! We don't have the resources to implement this features ourselves, but we are more than welcoming PRs by the community! See the existing monarch definitions for how to implement syntax highlighting. |
|
|


I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to
git diffconsole coloring), maybe would be useful for others too.https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...
The text was updated successfully, but these errors were encountered: