mirror of
https://github.com/helix-editor/helix
synced 2026-08-07 15:24:17 +02:00
11 lines
242 B
Erlang
11 lines
242 B
Erlang
-record(user, {name, age}).
|
|
% ^ @type
|
|
% ^ @variable.other.member
|
|
handle(Msg) ->
|
|
%^ @function
|
|
% ^ @variable.parameter
|
|
lists:map(F, Msg).
|
|
% ^ @namespace
|
|
% ^ @function
|
|
% ^ @variable.parameter
|