src/eric7/QScintilla/Lexers/__init__.py

branch
eric7
changeset 9609
c2f9c10c47cc
parent 9599
dc0666634751
child 9612
93b496cc3c88
diff -r 8dcfd48355df -r c2f9c10c47cc src/eric7/QScintilla/Lexers/__init__.py
--- a/src/eric7/QScintilla/Lexers/__init__.py	Sun Dec 11 15:49:23 2022 +0100
+++ b/src/eric7/QScintilla/Lexers/__init__.py	Sun Dec 11 15:49:39 2022 +0100
@@ -7,6 +7,8 @@
 Package implementing lexers for the various supported programming languages.
 """
 
+# TODO: move IDL and Protobuf stuff to the plugins
+
 import contextlib
 import importlib
 

eric ide

mercurial