mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add 'breakpoint' to builtins for Python
* lisp/progmodes/python.el (python-font-lock-keywords-level-2) (python-font-lock-keywords-maxiumum-decoration): Add 'breakpoint' to the list of builtins, it's new as of Python 3.7. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
8eb94161b3
commit
4b63c21f08
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ class declarations.")
|
|||
"reload" "unichr" "unicode" "xrange" "apply" "buffer" "coerce"
|
||||
"intern"
|
||||
;; Python 3:
|
||||
"ascii" "bytearray" "bytes" "exec"
|
||||
"ascii" "breakpoint" "bytearray" "bytes" "exec"
|
||||
;; Extra:
|
||||
"__all__" "__doc__" "__name__" "__package__")
|
||||
symbol-end) . font-lock-builtin-face))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue