mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -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)
|
(for_expression)
|
||||||
(struct_expression)
|
(struct_expression)
|
||||||
(match_expression)
|
(match_expression)
|
||||||
|
(tuple_expression)
|
||||||
(match_arm)
|
(match_arm)
|
||||||
(if_let_expression)
|
(if_let_expression)
|
||||||
(call_expression)
|
(call_expression)
|
||||||
|
|
@ -13,6 +14,7 @@
|
||||||
(arguments)
|
(arguments)
|
||||||
(block)
|
(block)
|
||||||
(where_clause)
|
(where_clause)
|
||||||
|
(use_list)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue