mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
indents(go): fix aligned_indent for parameter_list
This commit is contained in:
parent
5d954f1812
commit
0d1c1efff5
1 changed files with 3 additions and 2 deletions
|
|
@ -13,10 +13,11 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
"case"
|
"case"
|
||||||
"("
|
|
||||||
")"
|
")"
|
||||||
"{"
|
|
||||||
"}"
|
"}"
|
||||||
] @branch
|
] @branch
|
||||||
|
|
||||||
(comment) @ignore
|
(comment) @ignore
|
||||||
|
|
||||||
|
([(parameter_list)] @aligned_indent
|
||||||
|
(#set! "delimiter" "()"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue