[ANN] vim-rescript v3.0.0, Tree Sitter ReScript v6.0.0 and rescript-zed v0.4.4

Hi everyone!! Two updates that impact Vim/Neovim and Zed.

vim-rescript v3.0.0

We’ve just released the newest plugin for Vim. This release has some important changes.

We only provide the Vim runtime files that provide the following features:

  1. Indentation
  2. Syntax Highlight
  3. Filetype detection
  4. Commenting support

Breaking Changes

  • We removed the vendored server and native Vim commands (e.g :RescriptBuild, etc)

See the CHANGELOG.md

Tree Sitter ReScript v6.0.0

The Tree-sitter parser is now part of the rescript-lang organization,
GitHub - rescript-lang/tree-sitter-rescript: ReScript grammar for Tree-Sitter · GitHub. It’s been a while
since @nkrkv moved the repository.

We released v6.0.0, which I consider stable, includes support for version 12 and earlier.

If you use Neovim it is important to configure to install the latest version of the parser,
read the Tree Sitter section.

Zed ReScript v0.4.4

We have updated the extension to v0.4.4, which contains the new version of the tree-sitter-rescript.

Thank you to all the contributors!!

7 Likes