mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
indents(go): remove function_declaration from indents
This commit is contained in:
parent
992926ab99
commit
b7c72e9992
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
[
|
[
|
||||||
(import_declaration)
|
(import_declaration)
|
||||||
(function_declaration)
|
|
||||||
(const_declaration)
|
(const_declaration)
|
||||||
(var_declaration)
|
(var_declaration)
|
||||||
(type_declaration)
|
(type_declaration)
|
||||||
|
|
@ -8,7 +7,6 @@
|
||||||
(func_literal)
|
(func_literal)
|
||||||
(literal_value)
|
(literal_value)
|
||||||
(expression_case)
|
(expression_case)
|
||||||
(argument_list)
|
|
||||||
(default_case)
|
(default_case)
|
||||||
(block)
|
(block)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue