mirror of
https://github.com/scopatz/nanorc
synced 2024-10-31 23:00:00 +01:00
pyd -> pxd name change.
This commit is contained in:
parent
b407af3871
commit
5ce5119e17
@ -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_]+"
|
||||||
|
Loading…
Reference in New Issue
Block a user