mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
`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 |
||
|---|---|---|
| .. | ||
| aligned_indent.py | ||
| basic_blocks.py | ||
| basic_collections.py | ||
| branches.py | ||
| comprehensions.py | ||
| control_flow.py | ||
| hanging_indent.py | ||
| join_lines.py | ||
| line_after_indent.py | ||
| nested_collections.py | ||
| return_dedent.py | ||
| strings.py | ||