Mention reason-mode in the README

This commit is contained in:
Bozhidar Batsov 2022-07-19 13:54:24 +03:00 committed by Rudi Grinberg
parent 036eac86b0
commit 62cb68c817
1 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ OCaml. It can run in a terminal or
in Emacs. It supports line editing, history, real-time and context in Emacs. It supports line editing, history, real-time and context
sensitive completion, colors, and more. sensitive completion, colors, and more.
It integrates with the Tuareg and typerex modes in Emacs. It integrates with the Tuareg, caml, ReasonML and typerex modes in Emacs.
![Screenshot](screenshot.png) ![Screenshot](screenshot.png)
@ -236,10 +236,10 @@ have it enabled by default with the following configuration:
``` ```
If you plan to use utop with another major-mode than tuareg, replace If you plan to use utop with another major-mode than tuareg, replace
`tuareg-mode-hook` by the appropriate hook. The utop minor mode will `tuareg-mode-hook` by the appropriate hook. The utop minor mode will work out of
work out of the box with these modes: `tuareg-mode`, `caml-mode` and the box with these modes: `tuareg-mode`, `caml-mode`, `reason-mode` and
`typerex-mode`. For other modes you will need to set the following `typerex-mode`. For other modes you will need to set the following three
three variables: variables:
- `utop-skip-blank-and-comments` - `utop-skip-blank-and-comments`
- `utop-skip-to-end-of-phrase` - `utop-skip-to-end-of-phrase`