mirror of
https://github.com/helix-editor/helix
synced 2026-08-02 13:51:19 +02:00
8 lines
136 B
Scheme
8 lines
136 B
Scheme
(define (process items)
|
|
;^ @keyword
|
|
; ^ @function
|
|
(cons items items))
|
|
; ^ @variable.parameter
|
|
(lambda (x) x)
|
|
;^ @keyword
|