mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
feat(go): add folds for type switch and switch cases
This commit is contained in:
parent
8b6f08165b
commit
ce0dba96f4
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
[
|
[
|
||||||
(const_declaration)
|
(const_declaration)
|
||||||
(expression_switch_statement)
|
(expression_switch_statement)
|
||||||
|
(expression_case)
|
||||||
|
(default_case)
|
||||||
|
(type_switch_statement)
|
||||||
|
(type_case)
|
||||||
(for_statement)
|
(for_statement)
|
||||||
(func_literal)
|
(func_literal)
|
||||||
(function_declaration)
|
(function_declaration)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue