Skip to content

Commit

Permalink
Merge pull request #45. Add 'Literate CoffeeScript' support.
Browse files Browse the repository at this point in the history
  • Loading branch information
gruehle committed Jun 3, 2014
2 parents 2892fef + 07df49c commit 71df960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ define(function (require, exports, module) {
currentEditor = null;
}

if (doc && /md|markdown|txt/.test(ext)) {
if (doc && /md|markdown|litcoffee|txt/.test(ext)) {
currentDoc = doc;
$(currentDoc).on("change", _documentChange);
currentEditor = EditorManager.getCurrentFullEditor();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Markdown Preview",
"description": "Live preview of markdown documents",
"homepage": "https://github.com/gruehle/MarkdownPreview",
"version": "1.0.4",
"version": "1.0.5",
"author": "Glenn Ruehle <gruehle@gmail.com> (http://github.com/gruehle)",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 71df960

Please sign in to comment.