Skip to content

Commit a1a2a67

Browse files
0.9.2
1 parent 8762d7b commit a1a2a67

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.9.2] - 2024-02-20
4+
5+
### Fix
6+
7+
- Add highlighting for built-in spec keywords [#186](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/186)
8+
- Add keywords to autocomplete [#187](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/187)
9+
- Don't highlight method calls as unused [#188](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/188)
10+
311
## [0.9.1] - 2024-02-06
412

513
### Fix

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crystal-lang",
33
"displayName": "Crystal Language",
44
"description": "The Crystal Programming Language",
5-
"version": "0.9.1",
5+
"version": "0.9.2",
66
"publisher": "crystal-lang-tools",
77
"icon": "images/icon.gif",
88
"license": "MIT",

0 commit comments

Comments
 (0)