mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
* fix(rust): indentation in multi-line tuple pattern * test(indent): rust - add test for tuple pattern indent |
||
|---|---|---|
| .. | ||
| array.rs | ||
| comment.rs | ||
| cond.rs | ||
| enum.rs | ||
| func.rs | ||
| if_let_cond.rs | ||
| impl.rs | ||
| loop.rs | ||
| macro.rs | ||
| match.rs | ||
| mod.rs | ||
| string.rs | ||
| struct.rs | ||
| trait.rs | ||
| tuple.rs | ||
| where.rs | ||