Skip to content

Releases: themartdev/intellij-gleam

v0.2.1

10 Oct 18:38
Compare
Choose a tag to compare

Added

  • Improved parsing of partial let expressions

Fixed

  • @internal annotation no longer breaks syntax highlighting
  • Using a discard name in a use expression no longer gets marked as an error

v0.2.0

02 Oct 19:36
Compare
Choose a tag to compare

Added

  • Added Gleam run configuration
    • Requires setting up the Erlang SDK in Settings/Preferences > Languages & Frameworks >
      Gleam
      > Erlang SDK
  • Added "Run" line marker for pub fn main() functions

Fixed

  • Fixed grammar to allow @target annotations

Full Changelog: 0.1.2...v0.2.0

0.1.2

19 Sep 14:57
Compare
Choose a tag to compare

Fixed

  • Fixed parsing for generic types

0.1.1

19 Sep 14:55
Compare
Choose a tag to compare

Added

  • Support for 2024.3 EAP platform version

v0.1.0

16 Sep 18:23
Compare
Choose a tag to compare

First public release on Jetbrains Marketplace

Added

  • Code folding for curly brace blocks
  • A few live templates (snippets)
  • Keyword completion in function scope

Fixed

  • Auto-indentation for type block

v0.0.1-alpha.1

16 Sep 13:33
Compare
Choose a tag to compare
v0.0.1-alpha.1 Pre-release
Pre-release

Added

  • LSP client
    • Configured in Settings/Preferences > Languages & Frameworks > Gleam
  • Syntax highlighting
  • Basic IntelliJ editor features
    • Root keyword completion
    • Auto indentation, brace matching, etc.