Skip to content

Commit

Permalink
doc: add merlin_reader to the (dialect ...) documentation (ocaml#…
Browse files Browse the repository at this point in the history
…10483)

* doc: add `merlin_reader` to the `(dialect ...)` documentation

Signed-off-by: Antonio Nuno Monteiro <[email protected]>

* Update doc/reference/dune-project/dialect.rst

Co-authored-by: Andrey Popp <[email protected]>
Signed-off-by: Antonio Nuno Monteiro <[email protected]>

* fix: grammar

Signed-off-by: Antonio Nuno Monteiro <[email protected]>

* fix: use seealso and a stable tag

Signed-off-by: Antonio Nuno Monteiro <[email protected]>

---------

Signed-off-by: Antonio Nuno Monteiro <[email protected]>
Co-authored-by: Andrey Popp <[email protected]>
Co-authored-by: Etienne Millon <[email protected]>
  • Loading branch information
3 people authored and MA0010 committed Jun 5, 2024
1 parent 58445e1 commit 5a4ea5a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/reference/dune-project/dialect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ dialect

.. versionchanged:: 3.9 This field is made optional.

.. describe:: (merlin_reader <program> <args>...)

Configure Merlin to use `<program> <args>...` as READER. Merlin's READER
is a mechanism to extend Merlin to support OCaml dialects by providing
a program that transforms a dialect AST into an OCaml AST.

.. 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.

This field is optional.

.. versionadded:: 3.16


Default dialects
----------------
Expand Down

0 comments on commit 5a4ea5a

Please sign in to comment.