-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Configure online editor #23
Comments
@lpil I have started working on it. Should the highlightJS language for this remain as Rust? |
If we can add our own config there is one for Gleam here https://github.com/gleam-lang/gleam/blob/88015db9562dc5218c5e389574ae8672b0d937b1/compiler-core/templates/highlightjs-gleam.js |
I don't know, I only know about Gleam I'm afraid. You'll need to look into the Exercism documentation or keep it as the the Rust syntax. |
@lpil Is there an NPM package for the gleam highlightjs functionality? |
No but I can make one if that's useful |
@ErikSchierboom please close the issue if no changes are required and is already up to date |
@lpil An NPM package would be perfect! edit: ping me when it is published and I'll update the website |
This issue is part of the migration to v3. You can read full details about the various changes here.
In Exercism v3, students can now choose to work on exercises directly from their browser, instead of having to download exercises to their local machine. The track-specific settings for the in-browser editor are defined in the top-level
"online_editor"
field in the track'sconfig.json
file. This field is defined as an object with two fields:"indent_style"
: the indent style, either "space" or "tab"."indent_size"
: the indent size, which is an integer (e.g. 4).You can find a full description of these fields in the spec.
Goal
The
"online_editor"
field should be updated to correspond to the track's best practices regarding indentation.Example
Tracking
exercism/v3-launch#2
The text was updated successfully, but these errors were encountered: