Skip to content

allow coffeescript to be triggered by just 'coffee' #196

Closed
@arkarkark

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions