mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -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
|
] @branch
|
||||||
|
|
||||||
|
[
|
||||||
|
"}"
|
||||||
|
")"
|
||||||
|
] @indent_end
|
||||||
|
|
||||||
(parameter_list ")" @branch)
|
(parameter_list ")" @branch)
|
||||||
|
|
||||||
(comment) @ignore
|
(comment) @ignore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue