NotSqrt/sublime-cython

Coloration of docstring is wrong

Opened this issue · 2 comments

The coloration of docstrings in python is usually the same as the coloration for the comments :
image
But when using your module, I have this :
image

I don't think that using cython change the meaning of docstings.

There is also this issue with decorator :
image
instead of
image

Hi,

Sorry, this is just a re-bundle of the syntax files from textmate, I'm not maintaining it.

Ok, thanks for the reply.