mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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)
|
||||
(expression_switch_statement)
|
||||
(expression_case)
|
||||
(default_case)
|
||||
(type_switch_statement)
|
||||
(type_case)
|
||||
(for_statement)
|
||||
(func_literal)
|
||||
(function_declaration)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue