Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Feb 20, 2024
1 parent 8762d7b commit a1a2a67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.9.2] - 2024-02-20

### Fix

- Add highlighting for built-in spec keywords [#186](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/186)
- Add keywords to autocomplete [#187](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/187)
- Don't highlight method calls as unused [#188](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/188)

## [0.9.1] - 2024-02-06

### Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crystal-lang",
"displayName": "Crystal Language",
"description": "The Crystal Programming Language",
"version": "0.9.1",
"version": "0.9.2",
"publisher": "crystal-lang-tools",
"icon": "images/icon.gif",
"license": "MIT",
Expand Down

0 comments on commit a1a2a67

Please sign in to comment.