mirror of
https://github.com/helix-editor/helix
synced 2026-08-09 03:54:16 +02:00
This will be used by the cargo indent-check xtask to validate queries, similar to the existing indent tests in helix-core.
3 lines
49 B
Scheme
3 lines
49 B
Scheme
(define (process items)
|
|
(fold-left + 0 items))
|