I'm not using the `official' one any more, because it depends on Pymacs
and I'm just not going there.
"property" "raise" "return" "struct" "try" "while" "with"
"yield")))
"property" "raise" "return" "struct" "try" "while" "with"
"yield")))
+(define-derived-mode pyrex-mode python-mode "Pyrex"
+ "Major mode for editing Pyrex source code")
+(setq auto-mode-alist
+ (append '(("\\.pyx$" . pyrex-mode)
+ ("\\.pxd$" . pyrex-mode)
+ ("\\.pxi$" . pyrex-mode))
+ auto-mode-alist))
+
;;;--------------------------------------------------------------------------
;;; Lua programming style.
;;;--------------------------------------------------------------------------
;;; Lua programming style.