QScintilla/Lexers/__init__.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
child 6881
054667c5c270
diff -r 47804e8cde27 -r 5a3a39442711 QScintilla/Lexers/__init__.py
--- a/QScintilla/Lexers/__init__.py	Sun Mar 17 14:12:00 2019 +0100
+++ b/QScintilla/Lexers/__init__.py	Sun Mar 17 18:43:46 2019 +0100
@@ -341,6 +341,7 @@
             
             elif language == "Protocol":
                 return __getPygmentsLexer(parent, name="Protocol Buffer")
+            # TODO: move this up to use LexerPython
             elif language == "Cython":
                 return __getPygmentsLexer(parent, name="Cython")
             

eric ide

mercurial