mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat(indent): support @aligned_indent for python
This commit is contained in:
parent
46438064ac
commit
bb60706433
5 changed files with 67 additions and 17 deletions
|
|
@ -23,5 +23,9 @@ foo(
|
|||
b)
|
||||
|
||||
if (a and
|
||||
b):
|
||||
b):
|
||||
pass
|
||||
|
||||
if (a
|
||||
and b):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue