force .js files to be reported at JavaScript
This commit is contained in:
parent
92e290c217
commit
1038529fd0
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ log = logging.getLogger(__name__)
|
|||
# force file name extensions to be recognized as a certain language
|
||||
EXTENSIONS = {
|
||||
'md': 'Markdown',
|
||||
'js': 'JavaScript',
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue