-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Identify correct line counts #66
Comments
Just submitted a PR: XAMPPRocky/tokei#958 |
All tests OK on tokei, waiting for merge and release :-) |
@loziniak Ping me when the pr is merged |
Exercism has its own tokei fork now at https://github.com/exercism/tokei so we should make a PR there instead to resolve this issue. |
Created a pull-request on Exercism's Tokei repo: exercism/tokei#12 . |
To count lines of student's solution, we use the
tokei
library, which unfortunately doesn't support red at the moment: https://github.com/XAMPPRocky/tokei#supported-languagesLuckily, adding a language should not be that hard: https://github.com/XAMPPRocky/tokei/blob/master/CONTRIBUTING.md
Fun fact: the recently launched unison track did this: XAMPPRocky/tokei#920
Once the PR has been merged, let me know, as I'll need to redeploy the line counter afterwards.
The text was updated successfully, but these errors were encountered: