Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Jan 24, 2021
1 parent e5b56c8 commit 02612bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to the `vscode-grain` extension will be documented in this file.

## v0.8.0
- Adds syntax highlighting support for unicode string escapes, and fixes a number of other syntax highlighting issues.

## v0.7.0
- Adds support for hover types.

## v0.6.3
- Adds syntax highlighting support for bitwise operators and `and` bindings.

Expand Down
2 changes: 1 addition & 1 deletion editor-extensions/vscode/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Grain vscode language server",
"publisher": "grain-lang",
"license": "MIT",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "https://github.com/grain-lang/grain-language-server"
Expand Down
2 changes: 1 addition & 1 deletion editor-extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-grain",
"displayName": "Grain",
"description": "Grain support for Visual Studio Code.",
"version": "0.7.0",
"version": "0.8.0",
"publisher": "grain-lang",
"keywords": [
"grain",
Expand Down
2 changes: 1 addition & 1 deletion editor-extensions/vscode/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grain-language-server",
"description": "Grain Language Server",
"version": "0.7.0",
"version": "0.8.0",
"publisher": "grain-lang",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 02612bb

Please sign in to comment.