-
-
Notifications
You must be signed in to change notification settings - Fork 5
feat!: Add support for CM6 #7
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
Conversation
CodeMirror 6 changes from CSS to JavaScript stylesheets. This breaks compatiblity with CodeMirror 5. The new architecture is based on the one-dark example theme from the official CodeMirror repository. Fixes catppuccin#2
package.json
Outdated
| "version": "6.0.0", | ||
| "description": "Catppuccin themes for the CodeMirror code editor", | ||
| "scripts": { | ||
| "test": "echo 'Life is beautiful.'", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "test": "echo 'Life is beautiful.'", |
package.json
Outdated
| "author": { | ||
| "name": "Ulysse Buonomo", | ||
| "email": "[email protected]", | ||
| "url": "https://ulysse.md" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "author": { | |
| "name": "Ulysse Buonomo", | |
| "email": "[email protected]", | |
| "url": "https://ulysse.md" | |
| }, | |
| "author": "Catppuccin Org <[email protected]>", |
|
@uncenter Thanks for the thorough review, would you mind reviewing the fixup commit? |
|
Hey 👋, I want to confirm that I will be looking at this, just been in other areas of the organisation as of late. Your work won't go unnoticed / stale ❤️ @BuonOmo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for the PR! I still need to tidy some stuff up and set up a publishing workflow but I'd like to merge this and iterate on the main branch.
CodeMirror 6 changes from CSS to JavaScript stylesheets. This breaks compatiblity with CodeMirror 5. The new architecture is based on the one-dark example theme from the official CodeMirror repository.
Fixes #2