Fork of zed-extensions/erlang
- Rust 74.2%
- Tree-sitter Query 25.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
This PR updates the CI workflow files from the main Zed repository based on the commit zed-industries/zed@3183c04515 The update includes a new version of the extension CLI which adds validation for semantic token rules for languages Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com> |
||
| .github/workflows | ||
| languages/erlang | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| extension.toml | ||
| LICENSE | ||
| README.md | ||
Zed Erlang
Development
To develop this extension, see the Developing Extensions section of the Zed docs.
Erlang/OTP version configuration option
By default, the extension will download binaries corresponding to the latest Erlang/OTP version supported by the language server. You can specify which version to use instead via the otp_version option:
// Example for `erlang-ls`
"lsp": {
"erlang-ls": {
"settings": {
"otp_version": "25"
}
}
}
// Example for `elp`
"lsp": {
"elp": {
"settings": {
"otp_version": "26.2"
}
}
}
NOTE: This option will not work for erlang-ls on Windows; the only binaries supplied for this platform are for Erlang/OTP 26.2.5.3.