Skip to content

Commit

Permalink
Merge pull request #401 from connortann/feat/jupyter-json
Browse files Browse the repository at this point in the history
Add "json" type to jupter notebooks
  • Loading branch information
asottile committed Jul 22, 2023
2 parents 0e0f9cf + cfd2188 commit db697d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
'inl': {'text', 'inl', 'c++'},
'ino': {'text', 'ino', 'c++'},
'inx': {'text', 'xml', 'inx'},
'ipynb': {'text', 'jupyter'},
'ipynb': {'text', 'jupyter', 'json'},
'j2': {'text', 'jinja'},
'jade': {'text', 'jade'},
'jar': {'binary', 'zip', 'jar'},
Expand Down

0 comments on commit db697d2

Please sign in to comment.