Skip to content

Commit

Permalink
Update codediff.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Mar 31, 2016
1 parent d505d6b commit d110973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webdiff/static/codediff.js/codediff.js
Expand Up @@ -626,6 +626,7 @@ differ.guessLanguageUsingFileName = function(name) {
if (ext == 'py') return 'python';
if (ext == 'sh') return 'bash';
if (ext == 'md') return 'markdown';
if (ext == 'js') return 'javascript';
return m[1].toLowerCase();
};

Expand Down

0 comments on commit d110973

Please sign in to comment.