On Mar 25, 2009, at 1:22 PM, Vic Kelson wrote: > Hi All, > > Has anyone implemented syntax highlighting for Cython in any > popular editor? I frequently use Eclipse/PyDev, Komodo Edit, and a > few others, but I haven't found a syntax highlighter yet.
Yes, there's a Cython mode for emacs. > It would be nice if it was integrated into PyDev, which highlights > detected errors. That would be cool. > Or maybe Cython's not mature enough yet? The language itself is stable enough, and close enough to Python, that I think it should be feasible. Most of the work tends to be non- syntactical changes (bufferes are the exception, but a distinct syntax is justified here). - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
