Skip to content

Commit 7ea603c

Browse files
authored
Update index.html
1 parent 5631376 commit 7ea603c

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

docs/index.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,18 @@
127127
128128
#### Prepare Your Editor
129129
130-
All of the IDE plugins, including integration with error highlighting,
131-
autocomplete, and syntax highlighting are included inside of the built project.
132-
133-
Configure your `EDITOR` to load the `Reason` plugins from your instance of
134-
`ReasonProject`. See the instructions for
130+
Configure your editor to load the `Reason` plugins. See the instructions for
135131
[Atom](http://facebook.github.io/reason/tools.html#merlin-atom) and
136-
[Vim](https://github.com/facebook/reason/tree/master/editorSupport/VimReason).
132+
[Vim](https://github.com/facebook/reason/tree/master/editorSupport/VimReason)
133+
and [emacs](https://github.com/facebook/reason/tree/master/editorSupport/emacs).
137134
138135
#### IDE support included.
139136
140-
The editor config above mostly exists to load the *actual* editor support, from
141-
the `ReasonProject` build. The only thing we need is to make sure the `PATH`
142-
contains all the important stuff from `ReasonProject`'s build. There are two
143-
approaches: one continues to avoid global variables (as we've done so far), and
144-
the other doesn't.
137+
The editor configurations above prepare your editor to load the *actual* editor
138+
support, from the `ReasonProject` build. The only thing we need is to make sure the `PATH`
139+
contains all the important stuff from `ReasonProject`'s build at the time we launch
140+
our editor. There are two approaches: one continues to avoid global variables
141+
(as we've done so far), and the other doesn't.
145142
146143
##### Avoiding Global Paths
147144

0 commit comments

Comments
 (0)