Sun, 09 May 2021 14:34:26 +0200
Lexers: added the new JSON graphics file extension to the list of default lexer associations.
--- a/eric6/QScintilla/Lexers/__init__.py Sat May 08 19:47:48 2021 +0200 +++ b/eric6/QScintilla/Lexers/__init__.py Sun May 09 14:34:26 2021 +0200 @@ -905,6 +905,7 @@ '*.e6t': "XML", '*.ecj': "JSON", '*.edj': "JSON", + '*.egj': "JSON", '*.ehj': "JSON", '*.ekj': "JSON", '*.emj': "JSON",