From cfd21885b0d3f1ae8a634af5c538c64884449132 Mon Sep 17 00:00:00 2001 From: connortann <71127464+connortann@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:39:17 +0100 Subject: [PATCH] Add json to jupter --- identify/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identify/extensions.py b/identify/extensions.py index 7b46c81..a9e0d6a 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -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'},