QScintilla/Lexers/__init__.py

changeset 4107
501c964e20e7
parent 4021
195a471c327b
child 4631
5c1a96925da4
--- a/QScintilla/Lexers/__init__.py	Sun Feb 08 13:24:28 2015 +0100
+++ b/QScintilla/Lexers/__init__.py	Sun Feb 08 16:16:32 2015 +0100
@@ -831,7 +831,6 @@
         '*.e4q': "XML",
         '*.e4s': "XML",
         '*.e4t': "XML",
-        '*.e6t': "XML",
         '*.e5d': "XML",
         '*.e5k': "XML",
         '*.e5m': "XML",
@@ -839,6 +838,13 @@
         '*.e5q': "XML",
         '*.e5s': "XML",
         '*.e5t': "XML",
+        '*.e6d': "XML",
+        '*.e6k': "XML",
+        '*.e6m': "XML",
+        '*.e6p': "XML",
+        '*.e6q': "XML",
+        '*.e6s': "XML",
+        '*.e6t': "XML",
     }
     
     if QSCINTILLA_VERSION() >= 0x020501:

eric ide

mercurial