7 lines
220 B
Scheme
7 lines
220 B
Scheme
(comment) @comment
|
|
|
|
; Nix has no named function or class declarations; the meaningful symbols are
|
|
; attribute bindings (`name = value;`) in attrsets and `let` blocks.
|
|
(binding
|
|
attrpath: (attrpath) @definition.binding)
|