mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(go): reduce indent after },)
This commit is contained in:
parent
facc6fdbe1
commit
eb0eb67bc5
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@
|
|||
"}"
|
||||
] @branch
|
||||
|
||||
[
|
||||
"}"
|
||||
")"
|
||||
] @indent_end
|
||||
|
||||
(parameter_list ")" @branch)
|
||||
|
||||
(comment) @ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue