mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add Gleam folds
This commit is contained in:
parent
eb4ccc65e9
commit
ce7aaa6720
1 changed files with 11 additions and 0 deletions
11
queries/gleam/folds.scm
Normal file
11
queries/gleam/folds.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
; Folds
|
||||
[
|
||||
(case)
|
||||
(expression_group)
|
||||
(function)
|
||||
(public_function)
|
||||
(anonymous_function)
|
||||
(type_definition)
|
||||
(public_type_definition)
|
||||
(public_opaque_type_definition)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue