Skip to content

Commit

Permalink
Add Erlang Language Platform (ELP) support to Erlang (#11499)
Browse files Browse the repository at this point in the history
* Add ELP LSP to Erlang

* generate docs

---------

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
  • Loading branch information
offsetcyan and archseer committed Sep 30, 2024
1 parent d103248 commit e5dd60f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
| elvish || | | `elvish` |
| env ||| | |
| erb || | | |
| erlang ||| | `erlang_ls` |
| erlang ||| | `erlang_ls`, `elp` |
| esdl || | | |
| fidl || | | |
| fish |||| |
Expand Down
5 changes: 3 additions & 2 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dot-language-server = { command = "dot-language-server", args = ["--stdio"] }
earthlyls = { command = "earthlyls" }
elixir-ls = { command = "elixir-ls", config = { elixirLS.dialyzerEnabled = false } }
elm-language-server = { command = "elm-language-server" }
elp = { command = "elp", args = ["server"] }
elvish = { command = "elvish", args = ["-lsp"] }
erlang-ls = { command = "erlang_ls" }
forc = { command = "forc", args = ["lsp"] }
Expand Down Expand Up @@ -1800,7 +1801,7 @@ roots = ["rebar.config"]
shebangs = ["escript"]
comment-token = "%%"
indent = { tab-width = 4, unit = " " }
language-servers = [ "erlang-ls" ]
language-servers = [ "erlang-ls", "elp" ]

[[grammar]]
name = "erlang"
Expand Down Expand Up @@ -3808,4 +3809,4 @@ language-servers = ["circom-lsp"]

[[grammar]]
name = "circom"
source = { git = "https://github.com/Decurity/tree-sitter-circom", rev = "02150524228b1e6afef96949f2d6b7cc0aaf999e" }
source = { git = "https://github.com/Decurity/tree-sitter-circom", rev = "02150524228b1e6afef96949f2d6b7cc0aaf999e" }

0 comments on commit e5dd60f

Please sign in to comment.