-
Notifications
You must be signed in to change notification settings - Fork 929
feature (Groovy): codemirror highlighting support #691
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
base: master
Are you sure you want to change the base?
Conversation
Add Groovy syntax highlighting via CodeMirror
|
👋 hi @mickael-kerjean, is there anything else I need to do to get this merged? I remember hearing you're in the middle of a big frontend rewrite, I'm not sure if this is work that will get steamrolled by that |
|
As part of the rewrite, I've added groovy support in the canary release. To see the change, you should use "CANARY=true" as an environment variable whenever starting |
|
At the moment it only handles ".groovy" files, happy to accept a PR that adds support for the remaining known extensions |
f077123 to
0ff9d62
Compare
53b12f9 to
96b566e
Compare
8b0c5e5 to
023b018
Compare
d08482f to
c3f2c57
Compare
73f9b79 to
acad39b
Compare
5368c95 to
8d89c78
Compare
745e55d to
e7097b4
Compare
72ce03b to
7b81d1b
Compare
54c1682 to
8ce537f
Compare
af207c1 to
e72cbe3
Compare
b95fa04 to
11c4a74
Compare
9757ff1 to
7fa253f
Compare
5e9f59a to
b9f2ee9
Compare
Edit
loadModeto recognize Groovy's file extensions and add an editor mode to load Codemirror's Groovy syntax highlighting