mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
fix(go): indent const declaration
https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
This commit is contained in:
parent
dcc5895e7c
commit
6eb35103d0
3 changed files with 12 additions and 4 deletions
|
|
@ -18,6 +18,8 @@
|
|||
"}"
|
||||
] @branch
|
||||
|
||||
(const_declaration ")" @branch)
|
||||
|
||||
[
|
||||
"}"
|
||||
")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue