QScintilla/Lexers/__init__.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3030
4a0a82ddd9d2
child 3142
55030c09e142
--- a/QScintilla/Lexers/__init__.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/QScintilla/Lexers/__init__.py	Fri Nov 01 15:48:48 2013 +0100
@@ -135,7 +135,7 @@
         "TeX": [QApplication.translate('Lexers', "TeX"), 'dummy.tex',
                 "lexerTeX.png"],
         "VHDL": [QApplication.translate('Lexers', "VHDL"), 'dummy.vhd',
-                "lexerVHDL.png"],
+                 "lexerVHDL.png"],
         "XML": [QApplication.translate('Lexers', "XML"), 'dummy.xml',
                 "lexerXML.png"],
         "YAML": [QApplication.translate('Lexers', "YAML"), 'dummy.yml',
@@ -195,7 +195,8 @@
                 return LexerPython(language, parent)
             elif language == "C++":
                 from .LexerCPP import LexerCPP
-                return LexerCPP(parent,
+                return LexerCPP(
+                    parent,
                     Preferences.getEditor("CppCaseInsensitiveKeywords"))
             elif language == "C#":
                 from .LexerCSharp import LexerCSharp

eric ide

mercurial