Closed
Description
class Animal extends Being
constructor: (@name) ->
Doesn't highlight as coffeescript, but according to highlight.js class reference it should
http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html#coffeescript-coffeescript-coffee-cson-iced
I get caught up on this because here in github it's acceptable, see:
class Animal extends Being
constructor: (@name) ->
I'm not sure, but perhaps this bug is to allow all of the language pseudonym that highlight.js supports.
Activity