5b1a628e81
Indentation of single line statements doesn't work, i.e. for (;;)<hit enter> leads to for(;;) <cursor here> Only blocks with curly braces are indented.
7 lines
140 B
Scheme
7 lines
140 B
Scheme
; inherits: c
|
|
|
|
(lambda_expression
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(class_specifier
|
|
body: (_) @class.inside) @class.around
|