pyd -> pxd name change.

This commit is contained in:
Anthony Scopatz 2011-02-03 01:19:27 -06:00
parent b407af3871
commit 5ce5119e17
1 changed files with 1 additions and 1 deletions

View File

@ -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_]+"