grain-language-server
grain-language-server copied to clipboard
Grain support for Visual Studio Code
vscode textmate syntax highlighting issue it can be seen on line 1632 of string.gr in the stdlib happy to make a github issue if you guys want 
Probably using this: https://github.com/PanAeon/vscode-tmgrammar-test
It looks like the new `include` syntax isn't handled perfectly just yet.  We should highlight the identifier after the `as` properly
Julia, FSharp, and many other languages have a “compile” button at the top right of VSCode. They also allow evaluating code by selecting it and hitting shift+enter.  Grain seems...
We have not added syntax highlighting support for the new `and` syntax added in `v0.6` yet.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
The inlay hints added to the lsp are an awesome addition but not for everyone especially if we add them in other places in the future such as we inlay...
 Syntax highlighting seems to mess up on record attached to an enum constructor I know this a hard problem given `{` and block statements often get confused but figure...
Currently the grain lsp only reruns when you modify the file this is nice but if you are fixing an issue in another file and come back that error is...