mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 14:27:07 +02:00
11 lines
208 B
Clojure
11 lines
208 B
Clojure
(defn process [items]
|
|
;^ @function.macro
|
|
; ^ @function
|
|
; ^ @variable
|
|
(let [n 1] n))
|
|
; ^ @function.macro
|
|
(def x :status)
|
|
;^ @function.macro
|
|
; ^ @function
|
|
; ^ @string.special.symbol
|