mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
fix(python): better try-except indentation (#6097)
This commit is contained in:
@@ -26,3 +26,10 @@ while (a > 4 and
|
||||
pass
|
||||
|
||||
try:
|
||||
|
||||
def foo():
|
||||
print('indentme')
|
||||
|
||||
# comment
|
||||
if True:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user