diff --git a/identify/extensions.py b/identify/extensions.py index 3f09b89..4710ac6 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -68,6 +68,7 @@ 'idr': {'text', 'idris'}, 'inc': {'text', 'inc'}, 'ini': {'text', 'ini'}, + 'ipynb': {'text', 'jupyter'}, 'j2': {'text', 'jinja'}, 'jade': {'text', 'jade'}, 'jar': {'binary', 'zip', 'jar'},