GitHub - lungarella-raffaele/rescript-zed: ReScript support for Zed editor

rescript-zed

ReScript support for Zed editor.

This extension plugs in the following projects:

Settings

  "lsp": {
    "rescript-language-server": {
      "initialization_options": {
        "extensionConfiguration": {
          "askToStartBuild": false
        }
      },
      "settings": {
        "version": "1.71.0-next-441959d.0"
      }
    }
  },

initialization_options are passed to the language server when it is started. They can be used to configure the language server. See extensionConfiguration

settings are specific to the Zed extension. With version you can point to a specific npm version of the @rescript/language-server.

Developing

See CONTRIBUTING.md for instructions on how to develop this extension locally.

Acknowledgements

This project was originally created by humaans. We're grateful for their initial work in bringing ReScript support to Zed.