Skip to content

Commit

Permalink
Merge pull request #279 from adamchainz/patch-1
Browse files Browse the repository at this point in the history
Add cjs as a JavaScript file extension
  • Loading branch information
asottile committed Feb 3, 2022
2 parents 1e14175 + 8a2d676 commit 5e466d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Expand Up @@ -18,6 +18,7 @@
'cc': {'text', 'c++'},
'cfg': {'text'},
'chs': {'text', 'c2hs'},
'cjs': {'text', 'javascript'},
'clj': {'text', 'clojure'},
'cljc': {'text', 'clojure'},
'cljs': {'text', 'clojure', 'clojurescript'},
Expand Down

0 comments on commit 5e466d7

Please sign in to comment.