aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/rust
Commit message (Collapse)AuthorAgeFilesLines
* fix(rust): indentation in multi-line tuple pattern (#6402)ganhaque2024-04-041-0/+8
| | | | | * fix(rust): indentation in multi-line tuple pattern * test(indent): rust - add test for tuple pattern indent
* fix(rust): remove if_let from indent captureskiyan2022-07-081-0/+7
| | | | fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
* test(indent): rust - add test for indented commentMunif Tanjim2022-01-211-0/+6
|
* feat: rewrite indent moduleMunif Tanjim2022-01-211-3/+3
|
* feat: improve indent moduleMunif Tanjim2022-01-211-2/+2
| | | | get_node_at_line should return appropriate child if available
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-2314-0/+162