Skip to content

Commit

Permalink
Fixes #364, clarify that langauges need to be listed in languages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Dec 19, 2017
1 parent 3aa6bb9 commit 2242f27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docco.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docco.litcoffee
Expand Up @@ -25,7 +25,8 @@ Docco can be used to process code written in any programming language. If it
doesn't handle your favorite yet, feel free to
[add it to the list](https://github.com/jashkenas/docco/blob/master/resources/languages.json).
Finally, the ["literate" style](http://coffeescript.org/#literate) of *any*
language is also supported — just tack an `.md` extension on the end:
language listed in [languages.json](https://github.com/jashkenas/docco/blob/master/resources/languages.json)
is also supported — just tack an `.md` extension on the end:
`.coffee.md`, `.py.md`, and so on.


Expand Down
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -47,7 +47,8 @@ <h1 id="docco">Docco</h1>
doesn’t handle your favorite yet, feel free to
<a href="https://github.com/jashkenas/docco/blob/master/resources/languages.json">add it to the list</a>.
Finally, the <a href="http://coffeescript.org/#literate">“literate” style</a> of <em>any</em>
language is also supported — just tack an <code>.md</code> extension on the end:
language listed in <a href="https://github.com/jashkenas/docco/blob/master/resources/languages.json">languages.json</a>
is also supported — just tack an <code>.md</code> extension on the end:
<code>.coffee.md</code>, <code>.py.md</code>, and so on.</p>
<h2 id="partners-in-crime-">Partners in Crime:</h2>

Expand Down

0 comments on commit 2242f27

Please sign in to comment.