eric6/QScintilla/Lexers/__init__.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 7164
6da6a0a5a448
child 7202
d2f2a1fe0129
diff -r 960850ec284c -r a22eee00b052 eric6/QScintilla/Lexers/__init__.py
--- a/eric6/QScintilla/Lexers/__init__.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/QScintilla/Lexers/__init__.py	Sat Aug 31 12:58:11 2019 +0200
@@ -140,7 +140,7 @@
         "Python3": [QCoreApplication.translate('Lexers', "Python3"),
                     'dummy.py', "lexerPython3.png"],
         "MicroPython": [QCoreApplication.translate('Lexers', "MicroPython"),
-                    'dummy.py', "micropython"],
+                        'dummy.py', "micropython"],
         "QSS": [QCoreApplication.translate('Lexers', "QSS"), 'dummy.qss',
                 "lexerCSS.png"],
         "Ruby": [QCoreApplication.translate('Lexers', "Ruby"), 'dummy.rb',

eric ide

mercurial