- Binary, octal, and hexadecimal numbers with underscores now have syntax highlighting.
- Discard patterns are now highlighted as
comment.unused.gleam
.
- Gleam code blocks in markdown files are now highlighted.
- Improved the
external
snippet trigger to avoid rendering@@external
.
- The icon has been updated to the new Gleam logo.
- Scientific notion is now highlighted.
- Path to the
gleam
executable can now be specified in settings.
- The logo has been updated to the new Gleam logo.
external
is no longer highlighted as a keyword.
- Fix a bug where the language server would not start.
- A command has been added to restart the language server.
- Snippets update for Gleam v0.30.0.
as
added as a keyword.
- Comments are now continued on the next line when entering a newline.
- Updated syntax highlighting for Gleam v0.29.0.
- Updated syntax highlighting for Gleam v0.27.0 with
panic
.
- File icon added.
- Added syntax highlighting for
<>
anduse
.
- This plugin is now powered by the Gleam Language Server!
- Fixed a mistake in the
pub fn
snippet's return value. - Added syntax highlighting for binary, octal, and hexadecimal ints.
- Snippets are now included.
- Format of save is now enabled by default.
- Fixed an error with the extension packaging configuration.
- Added support for the Gleam formatter.