groc icon indicating copy to clipboard operation
groc copied to clipboard

Can you override language options?

Open johnwebbcole opened this issue 11 years ago • 2 comments

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.

johnwebbcole avatar Oct 31 '14 19:10 johnwebbcole

You should. Here's a similar issue that might be relevant: https://github.com/nevir/groc/issues/171

ebkalderon avatar Nov 02 '14 00:11 ebkalderon

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.

johnwebbcole avatar Nov 02 '14 16:11 johnwebbcole