mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 02:52:59 +02:00
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
module Main exposing (..)
|
|
g x = foo x
|
|
-- ^ @variable.parameter
|
|
h o = o.field
|
|
-- ^ @variable.parameter
|
|
-- ^ @variable.other.member
|