diff -r 2dfad20abde3 -r b6e252733c64 py_ext/PythonEditor.py --- a/py_ext/PythonEditor.py Thu May 09 23:38:54 2013 +0200 +++ b/py_ext/PythonEditor.py Fri May 10 09:43:40 2013 +0200 @@ -7,7 +7,7 @@ class PythonCodeEditor(CodeEditor): KEYWORDS = keyword.kwlist - COMMENT_HEADER = "##" + COMMENT_HEADER = "#" def SetCodeLexer(self): self.SetLexer(stc.STC_LEX_PYTHON)