mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -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
7
tests/indent/go/const_declaration.go
Normal file
7
tests/indent/go/const_declaration.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
const (
|
||||
ExampleOne = iota
|
||||
ExampleTwo
|
||||
ExampleThree
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue