Kaydet (Commit) 3179fe03 authored tarafından Barry Warsaw's avatar Barry Warsaw

(imenu-example--python-class-regexp): Fix to recognize Module.Class in

inheritance list.
üst 3a0351cf
......@@ -715,7 +715,7 @@ package. Note that the latest X/Emacs releases contain this package.")
"^[ \t]*" ; newline and maybe whitespace
"\\(class[ \t]+[a-zA-Z0-9_]+\\)" ; class name
; possibly multiple superclasses
"\\([ \t]*\\((\\([a-zA-Z0-9_, \t\n]\\)*)\\)?\\)"
"\\([ \t]*\\((\\([a-zA-Z0-9_,. \t\n]\\)*)\\)?\\)"
"[ \t]*:" ; and the final :
"\\)" ; >>classes<<
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment