Skip to content

Commit 1f54327

Browse files
committed
Prepare 1.0.2
1 parent 8d6143d commit 1f54327

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

HISTORY.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 1.0.x (Unreleased)
1+
## 1.0.2
22

3-
- All the usual features now work on `bsconfig.json` too!
4-
- Snippets, for ease a few syntaxes.
5-
- Improved highlighting for polymorphic variants
3+
- All the usual features (type hint, autocomplete) now work on `bsconfig.json` too!
4+
- Snippets, to ease a few syntaxes.
5+
- Improved highlighting for polymorphic variants. Don't abuse them please.
66

77
## 1.0.1
88

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ The plugin activates on `.res` and `.resi` files. If you've already got Reason-L
1616

1717
## Features
1818

19-
- Syntax highlighting (`.res`, `.resi`).
19+
- Supports `.res`, `.resi` and `bsconfig.json`.
20+
- Syntax highlighting.
2021
- Formatting, with caveats:
2122
- Currently requires the file to be part of a ReScript project, i.e. with a `bsconfig.json`.
2223
- Cannot be a temporary file.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The official VSCode plugin for ReScript.",
44
"author": "chenglou",
55
"license": "MIT",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/rescript-lang/rescript-vscode"

0 commit comments

Comments
 (0)