You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,22 @@ The official VSCode plugin for ReScript.
8
8
9
9
You **must** have `bs-platform 8.3.3` installed locally in your project, through the usual [npm installation](https://rescript-lang.org/docs/manual/latest/installation#integrate-into-existing-js-project). Older versions are not guaranteed to work.
10
10
11
+
## Recommendation
12
+
13
+
Our highlighting works well with most popular VSCode themes, such as:
14
+
15
+
- Dark+ (default dark), Light+ (default light)
16
+
- Solarized Dark, Solarized Light
17
+
- Monokai Dimmed
18
+
- Tomorrow Night Blue
19
+
- Most preinstalled themes
20
+
21
+
The only 2 themes we don't (and can't) support, due to their lack of coloring, are:
22
+
23
+
- Dark (Visual Studio), Light (Visual Studio)
24
+
25
+
If your custom theme doesn't seem to highlight much (e.g. no colors for upper-case JSX tag, no distinction between module and variant), try one of the recommended themes to see if that's the problem.
26
+
11
27
## Installation
12
28
13
29
The plugin's on [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=chenglou92.rescript-vscode). In VSCode, `cmd-shift-p` -> "Install Extensions", then find "rescript-vscode".
0 commit comments