-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Showing
1 changed file
with
4 additions
and
1 deletion.
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,10 +1,13 @@ | ||
# VS Code Gleam | ||
# ✨ VS Code Gleam ✨ | ||
|
||
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/Gleam.gleam?label=Visual%20Studio%20Marketplace&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=Gleam.gleam) | ||
|
||
Gleam support for VS Code using the Gleam Language Server. | ||
|
||
Provides syntax highlighting and autocompletion for the Gleam language. | ||
|
||
## Hacking on the extension | ||
|
||
Run `npm run compile-watch` in a terminal and hit F5 in vscode. | ||
|
||
Contribute to the extension on [Github](https://github.com/gleam-lang/gleam) |