mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19: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
|
|
@ -0,0 +1,11 @@
|
|||
fn f() {
|
||||
let a = foo(
|
||||
b,
|
||||
c,
|
||||
);
|
||||
|
||||
let a = Foo(
|
||||
b,
|
||||
c,
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue