mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Compatibility fixes for OSX. Closes scoptaz/nanorc#13
* cython.nanorc: Remove non-greedy repetition operator, as it is not supported on OSX * fish.nanorc: Remove incompatible "magic" hint * pkgbuild.nanorc: Remove empty sub-expressions
This commit is contained in:
parent
424a4587a6
commit
e2769e7661
3 changed files with 6 additions and 7 deletions
|
|
@ -2,8 +2,8 @@
|
|||
##
|
||||
syntax "cython" "\.pyx$" "\.pxd$" "\.pyi$"
|
||||
icolor brightred "def [ 0-9A-Z_]+"
|
||||
icolor brightred "cpdef [ 0-9A-Z_]+\(.*?\):"
|
||||
icolor brightred "cdef cppclass [ 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