Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for Nim (was: Comments in Nim are in the wrong format) #134
Comments
|
Yes, that is because Nim is not (yet) supported. Here is the list of the supported languages: https://github.com/chubin/cheat.sh#programming-languages-cheat-sheets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unless I misunderstood your API, results should have comments in the syntax of the desired language.
In the case of Nim, comments are Python-like (#), but results come in C format (/**/).