force .js files to be reported at JavaScript

This commit is contained in:
Alan Hamlett 2013-10-26 13:46:22 -07:00
parent 92e290c217
commit 1038529fd0
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ log = logging.getLogger(__name__)
# force file name extensions to be recognized as a certain language
EXTENSIONS = {
'md': 'Markdown',
'js': 'JavaScript',
}