Releases: grain-lang/grain-language-server
Releases · grain-lang/grain-language-server
vscode-grain vscode-grain-v0.15.0
Features
- Basic syntax highlighting for type aliases (#97) (8af29fd)
vscode-grain vscode-grain-v0.14.1
vscode-grain vscode-grain-v0.14.0
Features
- Check for the existence of a build script and use that if it exists (#91) (c603a60)
vscode-grain vscode-grain-v0.13.1
vscode-grain vscode-grain-v0.13.0
⚠ BREAKING CHANGES
- Add formatter support (#85)
Features
vscode-grain vscode-grain-v0.12.0
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
vscode-grain vscode-grain-v0.11.0
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
Fixes syntax highlighting for rational literals.
v0.10.2
Fixes syntax highlighting for floats in scientific notation.