mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(python): better try-except indentation (#6097)
This commit is contained in:
parent
5a5cabd712
commit
d96bf9d522
3 changed files with 21 additions and 2 deletions
|
|
@ -26,3 +26,10 @@ while (a > 4 and
|
|||
pass
|
||||
|
||||
try:
|
||||
|
||||
def foo():
|
||||
print('indentme')
|
||||
|
||||
# comment
|
||||
if True:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue