1
0
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:
Anthony Scopatz 2011-02-03 01:19:27 -06:00
parent b407af3871
commit 5ce5119e17

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