mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
fix: rust use_list + tuple_expression indent
This commit is contained in:
parent
ceb2e90f99
commit
6533fb9af7
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
(for_expression)
|
||||
(struct_expression)
|
||||
(match_expression)
|
||||
(tuple_expression)
|
||||
(match_arm)
|
||||
(if_let_expression)
|
||||
(call_expression)
|
||||
|
|
@ -13,6 +14,7 @@
|
|||
(arguments)
|
||||
(block)
|
||||
(where_clause)
|
||||
(use_list)
|
||||
] @indent
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue