mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
fix(wgsl): indent call expression params (#7309)
This commit is contained in:
parent
b5cda6d731
commit
ea3a37a975
3 changed files with 32 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
(compound_statement)
|
||||
(loop_statement)
|
||||
(struct_declaration)
|
||||
(type_constructor_or_function_call_expression)
|
||||
] @indent.begin
|
||||
|
||||
((parameter_list) @indent.begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue