mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
Add Python else elif dedent (#4618)
* feat(python): add interactive else/elif dedent * fixup * add test
This commit is contained in:
parent
358a463c82
commit
1ca9b938c1
3 changed files with 13 additions and 0 deletions
3
tests/indent/python/if_else.py
Normal file
3
tests/indent/python/if_else.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
def test_branch_else():
|
||||
if True:
|
||||
x = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue