You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/reference/dune-project/dialect.rst
+12
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,18 @@ dialect
66
66
67
67
.. versionchanged:: 3.9 This field is made optional.
68
68
69
+
.. describe:: (merlin_reader <program> <args>...)
70
+
71
+
Configure Merlin to use `<program> <args>...` as READER. Merlin's READER
72
+
is a mechanism to extend Merlin to support OCaml dialects by providing
73
+
a program that transforms a dialect AST into an OCaml AST.
74
+
75
+
.. seealso:: `merlin/src/extend/extend_protocol.ml <https://github.com/ocaml/merlin/blob/4.14-502_preview2/src/extend/extend_protocol.ml>`_ for the protocol specification.
0 commit comments