Files
helix/tests/query/highlights/ocaml/calls.ml
2026-06-20 14:49:53 +09:00

6 lines
113 B
OCaml

let _ = helper x
(* ^ @function *)
let _ = Mod.doThing 1
(* ^ @namespace *)
(* ^ @function *)