Skip to content

Commit dc96456

Browse files
committed
Update Changelog
1 parent 0c28f2d commit dc96456

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
## master
44

55
**Improvements:**
6-
- Add syntax support for int polyvariants
7-
- Updated vendored rescript-vscode server to `1.1.2` (see changes [here](https://github.com/rescript-lang/rescript-vscode/blob/master/CHANGELOG.md#112))
8-
- Rename support for let-binding, types, record labels, module names etc
9-
- **Important:** If you are using coc.nvim, make sure to upgrade to the latest `release` version first, otherwise renaming will not work across files!
6+
- Add syntax highlighting for int polyvariants
107
- Improved syntax highlighting for string interpolation ([#44](https://github.com/rescript-lang/vim-rescript/pull/44))
8+
- Updated vendored rescript-vscode server to `1.1.3` (see changes introduced in [1.1.2](https://github.com/rescript-lang/rescript-vscode/blob/master/CHANGELOG.md#112) and [1.1.3](https://github.com/rescript-lang/rescript-vscode/blob/master/CHANGELOG.md#113))
9+
- Rename support for let-binding, types, record labels, module names etc
10+
- **Important:** If you are using coc.nvim, make sure to upgrade to coc's latest `release` version first, otherwise renaming will not work across files!
11+
- Jump to type definition support
12+
- New jump-to-definition behavior when having `.res` and `.resi` files in place
1113

1214
## 2.0.1
1315

0 commit comments

Comments
 (0)