-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
561cd8d
commit b5a9b35
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,32 @@ | ||
:warning: This is still in early development! | ||
|
||
# glas: Gleam Language Server | ||
|
||
A language server for the [Gleam](https://gleam.run/) programming language. | ||
|
||
## Installation | ||
|
||
At this early stage no pre-built binaries are available. | ||
### MacOS (arm64, x86), Linux (x86), Windows (x86) | ||
|
||
Insttall the extension from [VisualStudio Marketplace](https://marketplace.visualstudio.com/items?itemName=maurobalbi.glas-vscode) | ||
|
||
### Others | ||
|
||
- For testing, clone this repo, open it in VSCode and hit F5 | ||
For other platforms binaries have to be built from source. | ||
|
||
## Features | ||
|
||
- Resilient parsing | ||
- Completions | ||
- Goto-Definition | ||
- Find References | ||
- References | ||
- Highlight-Related | ||
- Hover-Info | ||
- Syntax-Errors | ||
- Semantic highlighting | ||
- Show syntax-tree | ||
|
||
## Acknowledgments | ||
|
||
This project is heavily inspired / outright copied from the exellent [Nix language server](https://github.com/oxalica/nil) and [rust-analyzer](https://github.com/rust-lang/rust-analyzer). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters