mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -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)
|
||||
(function_declaration)
|
||||
(const_declaration)
|
||||
(var_declaration)
|
||||
(type_declaration)
|
||||
|
|
@ -8,7 +7,6 @@
|
|||
(func_literal)
|
||||
(literal_value)
|
||||
(expression_case)
|
||||
(argument_list)
|
||||
(default_case)
|
||||
(block)
|
||||
] @indent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue