Skip to content

Commit

Permalink
bump version, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maurobalbi committed Nov 27, 2023
1 parent 561cd8d commit b5a9b35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 10 additions & 4 deletions editor/code/README.md
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).


5 changes: 2 additions & 3 deletions editor/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
"displayName": "glas-vscode",
"description": "glas: Gleam language server for VSCode",
"repository": "https://github.com/maurobalbi/glas",
"version": "0.0.5",
"version": "0.0.6",
"publisher": "maurobalbi",
"engines": {
"vscode": "^1.76.0"
},
"categories": [
"Programming Languages",
"Formatters"
"Programming Languages"
],
"contributes": {
"languages": [
Expand Down

0 comments on commit b5a9b35

Please sign in to comment.