Skip to content

Commit

Permalink
Merge pull request #264 from adamchainz/patch-1
Browse files Browse the repository at this point in the history
Add mjs as JavaScript file extension
  • Loading branch information
asottile authored Jan 6, 2022
2 parents 43af0b9 + cacc22b commit 6377a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
'md': {'text', 'markdown'},
'mdx': {'text', 'mdx'},
'mib': {'text', 'mib'},
'mjs': {'text', 'javascript'},
'mk': {'text', 'makefile'},
'ml': {'text', 'ocaml'},
'mli': {'text', 'ocaml'},
Expand Down

0 comments on commit 6377a80

Please sign in to comment.