Skip to content

Commit

Permalink
Merge pull request #284 from sirosen/add-json5
Browse files Browse the repository at this point in the history
Add json5 to extensions
  • Loading branch information
asottile committed Feb 14, 2022
2 parents 7bc3999 + 332394d commit cbf95f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
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 cbf95f3

Please sign in to comment.