We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a186563 commit 151ac95Copy full SHA for 151ac95
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to the "vscode-phosphor" extension will be documented in thi
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.9.0] - 2024-01-17
9
+
10
+- Syntax highlighting for class instantiation.
11
12
## [0.8.0] - 2024-01-02
13
14
- Keyword "var" renamed to "let".
package.json
@@ -4,7 +4,7 @@
4
"description": "Phosphor for Visual Studio Code",
"author": "Benedikt Magnus",
"publisher": "PhosphorLang",
- "version": "0.8.0-dev",
+ "version": "0.9.0",
"license": "MIT",
"categories": [
"Programming Languages"
0 commit comments