groc
groc copied to clipboard
Can you override language options?
Is there a way to override the language options through the .groc.json file or command line? Docco has this capability which allows me to use a different comment style for documentation comments and commented code or other flavor documentation comments (jsdoc, etc.) that don't read well in literate comments.
You should. Here's a similar issue that might be relevant: https://github.com/nevir/groc/issues/171
It appears that the languages object in .groc.json is the path to the language directory, and doesn't allow you to provide the overrides in the .grock.json file or via command line.