Ruby support?
Could this support Ruby/Crystal so that when a user is writing comments/documentation it will automatically add continue the comment block to the next line?
+1
+1
+1 What's the path to make this happen?
+1
:+1:
+:100:
+1
:+1:
What is the standard ruby documentation styleguide/format?
@jonyeezs if understand your question, the answer is: rdoc and yard
I have no plans on implementing this and @nikhilkalige is not activity developing new functionality as well. The problem with adding new languages is that they often have many corner cases you have to think of and are therefore hard to maintain. Also I have no experiences with Ruby and had to dig into the language itself first. If some one else wants to implement this, I am happy to help and answer questions. If you're interested in doing so, I recommend looking into #138. In this issue I already gave an overview on how to add a new language.