X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/50a77b3071244da6f0afdd1d9510a4c8cbd4a369..a63efb6728ba8d0fd07a24235755c1345a9b897c:/el/dot-emacs.el?ds=sidebyside diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 7f43d41..e290e5a 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2634,10 +2634,10 @@ strip numbers instead." (defun mdw-fontify-pyrex () (mdw-fontify-pythonic (mdw-regexps "and" "as" "assert" "break" "cdef" "class" "continue" - "ctypedef" "def" "del" "elif" "else" "except" "exec" + "ctypedef" "def" "del" "elif" "else" "enum" "except" "exec" "extern" "finally" "for" "from" "global" "if" "import" "in" "is" "lambda" "not" "or" "pass" "print" - "raise" "return" "struct" "try" "while" "with" + "property" "raise" "return" "struct" "try" "while" "with" "yield"))) ;;;--------------------------------------------------------------------------