docco icon indicating copy to clipboard operation
docco copied to clipboard

Added ability to ignore syntax highlight errors.

Open jalleyne opened this issue 9 years ago • 0 comments

Highlight.js lacks support for languages like jade, so to avoid the parser throwing an error we just ignore the error and handle it gracefully. The rationale behind this is that the template can implement a client side library (prism.js or another) or a custom process for handling unsupported languages while still maintaining the docco file generation pipeline.

jalleyne avatar Sep 15 '15 16:09 jalleyne