Closed jpalardy closed 10 months ago
This adds support for gleamlsp, which is shipped with the Gleam compiler/executable.
This PR is heavily influenced by other similar PRs for simple LSPs.
This is also my first PR for ALE, so I'm willing to fix and iterate as needed.
In retrospect, I don't know if gleam_lsp would have been more idiomatic. (rather than gleamlsp)
gleam_lsp
gleamlsp
Thoughts?
I've got some commits for gleam format fixer, which I can:
gleam format
Let me know
This adds support for gleamlsp, which is shipped with the Gleam compiler/executable.
This PR is heavily influenced by other similar PRs for simple LSPs.
This is also my first PR for ALE, so I'm willing to fix and iterate as needed.