Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
Signed-off-by: Marek Kubica <marek@xivilization.net>
  • Loading branch information
Leonidas-from-XIV and anmonteiro committed Mar 20, 2024
1 parent ea3acde commit 3f26c74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/reference/files/dune-project/dialect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ dialect
Default dialects
----------------

In the default configuration Dune comes with two dialects pre-set and enabled:
Dune ships with two dialects pre-configured and enabled:

* ``ocaml`` for the default OCaml syntax which consumes `.ml` and `.mli` files
and uses ``ocamlformat`` for formatting.
* ``reason`` for the Reason syntax and enabled in `.re`/`.rei` files. For
formatting ``refmt`` is used.
* ``reason`` for the Reason syntax and enabled in `.re`/`.rei` files. ``refmt``
is used for formatting.

A third dialect called ``rescript`` is added when Melange (see :doc:`/melange`)
A third dialect, ``rescript``, is added when Melange support (see :doc:`/melange`)
is enabled in the project.

0 comments on commit 3f26c74

Please sign in to comment.