ReScript support for Zed editor.
This extension plugs in the following projects:
- tree-sitter-rescript parser
- @rescript/language-server LSP
"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.
See CONTRIBUTING.md for instructions on how to develop this extension locally.
This project was originally created by humaans. We're grateful for their initial work in bringing ReScript support to Zed.