Skip to content

Releases: grain-lang/grain-language-server

vscode-grain vscode-grain-v0.15.0

26 Oct 18:02
7b82c96
Compare
Choose a tag to compare

Features

  • Basic syntax highlighting for type aliases (#97) (8af29fd)

vscode-grain vscode-grain-v0.14.1

12 Oct 08:34
5080b2c
Compare
Choose a tag to compare

Bug Fixes

vscode-grain vscode-grain-v0.14.0

12 Oct 07:59
2b0612e
Compare
Choose a tag to compare

Features

  • Check for the existence of a build script and use that if it exists (#91) (c603a60)

vscode-grain vscode-grain-v0.13.1

07 Sep 18:01
09aae11
Compare
Choose a tag to compare

Bug Fixes

vscode-grain vscode-grain-v0.13.0

07 Sep 05:45
7a0db6e
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Add formatter support (#85)

Features

vscode-grain vscode-grain-v0.12.0

27 Aug 20:29
49ee41f
Compare
Choose a tag to compare

Features

  • docblock: Continue to add * inside doc comments after return (#83) (3f96f20)
  • vscode: Add completions for Grain Doc comments (#80) (d34b4ec)

Bug Fixes

  • proper token types for storage keywords (#82) (bfde3af)

vscode-grain vscode-grain-v0.11.1

12 Jun 02:35
2ae2cd7
Compare
Choose a tag to compare

Bug Fixes

vscode-grain vscode-grain-v0.11.0

30 May 11:11
8f43455
Compare
Choose a tag to compare

Features

  • Add syntax highlighting for pattern constraints (#61) (ecbb40d)
  • parse warnings from code returned from LSP (#70) (78a69cb)
  • Remove the block on CRLF format (#72) (905e18e)
  • Switch to vscode-url library to better support Windows paths (#62) (66cfa08)

v0.10.3

09 May 18:22
Compare
Choose a tag to compare

Fixes syntax highlighting for rational literals.

v0.10.2

09 May 17:50
Compare
Choose a tag to compare

Fixes syntax highlighting for floats in scientific notation.