Files
helix/tests/query/highlights/erlang/constructs.erl
2026-06-20 14:49:53 +09:00

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