mirror of
https://github.com/helix-editor/helix
synced 2026-08-03 01:54:10 +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
|