Lexers: added the new JSON graphics file extension to the list of default lexer associations.

Sun, 09 May 2021 14:34:26 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 09 May 2021 14:34:26 +0200
changeset 8299
58cf45497dc0
parent 8298
83ddb87b3bc1
child 8300
72ba9635ec5c

Lexers: added the new JSON graphics file extension to the list of default lexer associations.

eric6/QScintilla/Lexers/__init__.py file | annotate | diff | comparison | revisions
--- 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",

eric ide

mercurial