mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
feat: add missing golang indent queries
This commit is contained in:
parent
9184cf3953
commit
f132021d31
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
||||||
(type_declaration)
|
(type_declaration)
|
||||||
(composite_literal)
|
(composite_literal)
|
||||||
(func_literal)
|
(func_literal)
|
||||||
|
(literal_value)
|
||||||
|
(expression_case)
|
||||||
|
(argument_list)
|
||||||
|
(default_case)
|
||||||
(block)
|
(block)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue