--- a/eric6/QScintilla/Lexers/__init__.py Mon Jan 25 20:07:51 2021 +0100 +++ b/eric6/QScintilla/Lexers/__init__.py Wed Jan 27 15:09:20 2021 +0100 @@ -863,6 +863,13 @@ '*.e6q': "XML", '*.e6s': "XML", '*.e6t': "XML", + '*.edj': "JSON", + '*.ekj': "JSON", + '*.emj': "JSON", + '*.epj': "JSON", + '*.eqj': "JSON", + '*.esj': "JSON", + '*.etj': "JSON", '*.proto': "Protocol", '*.po': "Gettext", '*.coffee': "CoffeeScript",