mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: change folding algorithm to fix Python indents
This commit is contained in:
parent
cd436f92f6
commit
fa0644667e
4 changed files with 85 additions and 17 deletions
|
|
@ -20,3 +20,11 @@ except:
|
|||
pass
|
||||
finally:
|
||||
pass
|
||||
|
||||
while (a > 4 and
|
||||
b > 5):
|
||||
pass
|
||||
|
||||
try:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue