mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
(py-no-outdent-re): fixed the regexp for try: clauses
This commit is contained in:
parent
3874a3d7ef
commit
464c94af2a
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ Currently-active file is at the head of the list.")
|
||||||
|
|
||||||
(defconst py-no-outdent-re
|
(defconst py-no-outdent-re
|
||||||
(concat "\\(" (mapconcat 'identity
|
(concat "\\(" (mapconcat 'identity
|
||||||
'("try\\s +.*:"
|
'("try:"
|
||||||
"except\\(\\s +.*\\)?:"
|
"except\\(\\s +.*\\)?:"
|
||||||
"while\\s +.*:"
|
"while\\s +.*:"
|
||||||
"for\\s +.*:"
|
"for\\s +.*:"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue