summaryrefslogtreecommitdiff
path: root/tests/indent/rust
AgeCommit message (Collapse)Author
2022-07-08fix(rust): remove if_let from indent captureskiyan
fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
2022-01-21test(indent): rust - add test for indented commentMunif Tanjim
2022-01-21feat: rewrite indent moduleMunif Tanjim
2022-01-21feat: improve indent moduleMunif Tanjim
get_node_at_line should return appropriate child if available
2021-04-23move all tests to top-level tests/ directoryJędrzej Boczar