From: Mark Wooding Date: Sat, 17 Feb 2024 13:15:15 +0000 (+0000) Subject: el/dot-emacs.el: Lay out Python keywords to allow additions. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/9331bb8c928742c8994ae04c9700b6cc8d881242 el/dot-emacs.el: Lay out Python keywords to allow additions. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index ac57d78..48819b4 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3470,11 +3470,22 @@ strip numbers instead." (defun mdw-fontify-python () (mdw-fontify-pythonic - (mdw-regexps "and" "as" "assert" "break" "class" "continue" "def" - "del" "elif" "else" "except" "exec" "finally" "for" - "from" "global" "if" "import" "in" "is" "lambda" - "not" "or" "pass" "print" "raise" "return" "try" - "while" "with" "yield"))) + (mdw-regexps "and" "as" "assert" + "break" + "class" "continue" + "def" "del" + "elif" "else" "except" "exec" + "finally" "for" "from" + "global" + "if" "import" "in" "is" + "lambda" + "not" + "or" + "pass" "print" + "raise" "return" + "try" + "while" "with" + "yield"))) (defun mdw-fontify-pyrex () (mdw-fontify-pythonic