mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
pyd -> pxd name change.
This commit is contained in:
parent
b407af3871
commit
5ce5119e17
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## 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 "cpdef [ 0-9A-Z_]+"
|
||||
icolor brightred "cdef cppclass [ 0-9A-Z_]+"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue