pyd -> pxd name change.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
## Cython nanorc, based off of Python nanorc.
|
## Cython nanorc, based off of Python nanorc.
|
||||||
##
|
##
|
||||||
syntax "cython" "\.pyx$" "\.pyd$" "\.pyi$"
|
syntax "cython" "\.pyx$" "\.pxd$" "\.pyi$"
|
||||||
icolor brightred "def [ 0-9A-Z_]+"
|
icolor brightred "def [ 0-9A-Z_]+"
|
||||||
icolor brightred "cpdef [ 0-9A-Z_]+"
|
icolor brightred "cpdef [ 0-9A-Z_]+"
|
||||||
icolor brightred "cdef cppclass [ 0-9A-Z_]+"
|
icolor brightred "cdef cppclass [ 0-9A-Z_]+"
|
||||||
|
|||||||
Reference in New Issue
Block a user