Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; Folds for code blocks
[
  (statement_block)
  (component_body)
  (class_body)
  (object)
  (object_pattern)
  (array)
  (array_pattern)
  (switch_body)
] @fold

; Fold multi-line JSX elements
(jsx_element) @fold

; Fold style elements
(style_element) @fold

; Fold server blocks
(server_block) @fold

; Fold comments
(comment) @fold

; Fold template strings
(template_string) @fold