mirror of https://github.com/python/cpython.git
#(python-font-lock-keywords): paren typo
This commit is contained in:
parent
4f005cf5d6
commit
c723b75fe3
|
@ -190,8 +190,8 @@ the Emacs bell is also rung as a warning.")
|
|||
'("\\bdef\\s +\\(\\sw+\\)(" 1 font-lock-function-name-face)
|
||||
;; classes
|
||||
'("\\bclass\\s +\\(\\sw+\\)[(:]" 1 font-lock-function-name-face)
|
||||
)
|
||||
"*Additional keywords to highlight `python-mode' buffers."))
|
||||
))
|
||||
"*Additional keywords to highlight `python-mode' buffers.")
|
||||
|
||||
|
||||
;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue