language-cython-for-vscode icon indicating copy to clipboard operation
language-cython-for-vscode copied to clipboard

Improve it (just small changes are needed)

Open Naereen opened this issue 6 years ago • 6 comments

Hi! Thanks for this extension!

Could it be possible to improve it, to support some syntax that are not yet supported?

  • from ... cimport ... the cimport should be colored as import
  • cdef [type] variable cdef should be colored as keyword
  • cdef function same
  • in def/cdef function definitions, types before variable names should be correctly colored: def test(float x, float y) should color flat

Thanks in advance (if you can fix this)

Naereen avatar Apr 30 '18 14:04 Naereen