gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
278 stars 61 forks source link

Add "Literate CoffeeScript" support #45

Closed shafdog closed 10 years ago

shafdog commented 10 years ago

Added code that enables the Markdown Preview extension when the viewed file's extension is .litcoffee, which is used by "Literate CoffeeScript". (.coffee.md is also a valid extension, but the code already covered that case since it picks up the .md goes with that to enabled the extension)

gruehle commented 10 years ago

@shafdog Thanks!