diff -r 2dfad20abde3 -r b6e252733c64 c_ext/CFileEditor.py --- a/c_ext/CFileEditor.py Thu May 09 23:38:54 2013 +0200 +++ b/c_ext/CFileEditor.py Fri May 10 09:43:40 2013 +0200 @@ -15,7 +15,7 @@ "static_cast", "struct", "switch", "template", "this", "throw", "true", "try", "typedef", "typeid", "typename", "union", "unsigned", "using", "virtual", "void", "volatile", "wchar_t", "while"] - COMMENT_HEADER = "//" + COMMENT_HEADER = "/" def SetCodeLexer(self): self.SetLexer(stc.STC_LEX_CPP)