Robert Bradshaw skrev:
> Thanks! This has been a much requested feature. Could we include this  
> in the cython repo? (Maybe in the tools directory?)
>
> - Robert
>   
Sure, put it where you want, but beware of viral license... There is no 
license mentioned in the file, but it can be assumed LGPL v2. as it 
originates from KDE's Python syntax file. KDE does not mention a license 
in the Python syntax-file either, but KATE is LGPL v2, so we can assume 
that.

Note that it still has couple of rough corners. It does not highlight 
class and function names like IDLE does. Also it highlights everything 
everywhere, so you can get names like readonly and public highlighted 
even when not used as a keyword. I'm still not sure how to fix this, as 
KDE's XML syntax is not nice to work with.

Operators are highlighted like KDE's Python syntax highlight. But that 
can be commented out (I find it a bit annoying).

S.M.


_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to