nvim-treesitter/tests/indent/python
Pham Huy Hoang 01e8a51451 feat(python): add "return" patterns to @indent_end
`return ...` is usually the last line of a
function/statement, so mark some possible patterns of `return` with
`@indent_end` to dedent the line after it
2023-03-16 13:41:19 +01:00
..
aligned_indent.py indents: allow aligned_indent for unfinished calls in C and Python 2022-02-05 18:54:55 +01:00
basic_blocks.py move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
basic_collections.py move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
branches.py indents(python): remove branches.py from expected failures 2022-02-05 18:54:55 +01:00
comprehensions.py move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
control_flow.py fix: change folding algorithm to fix Python indents 2023-03-15 22:44:59 +01:00
hanging_indent.py move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
join_lines.py move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
line_after_indent.py fix(python): add missing @indent_end 2023-03-16 03:46:01 -04:00
nested_collections.py move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
return_dedent.py feat(python): add "return" patterns to @indent_end 2023-03-16 13:41:19 +01:00
strings.py move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00