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

Types highlighting support

Open cmpute opened this issue 5 years ago • 2 comments

Hope that the type name can be highlighted like in C++. This might be quite different from python highlighting since this requires to detect type names. For example the types in following statement:

cdef <typename> <obj>
cdef cppclass <typename>[<template>]
cdef struct <typename>
def/cdef/cpdef <return type> <function>(<arg type1> <arg name1>, <arg type2> <arg name2>, ...)

cmpute avatar Dec 14 '18 03:12 cmpute