File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments