Skip to content

Commit

Permalink
Add the JSON5 format to extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Feb 13, 2022
1 parent 7bc3999 commit 332394d
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 @@ -99,6 +99,7 @@
'js': {'text', 'javascript'},
'json': {'text', 'json'},
'jsonnet': {'text', 'jsonnet'},
'json5': {'text', 'json5'},
'jsx': {'text', 'jsx'},
'key': {'text', 'pem'},
'kml': {'text', 'kml', 'xml'},
Expand Down

0 comments on commit 332394d

Please sign in to comment.