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 8e2f906 commit 9da2c2fCopy full SHA for 9da2c2f
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to the "unison" extension will be documented in this file.
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
-## [Unreleased]
+## 0.0.2
8
+
9
+- Add syntax highlighting, Thanks @BenFradet
10
11
+## 0.0.1
12
13
- Bootstrap the extension
package.json
@@ -3,7 +3,7 @@
3
"displayName": "Unison",
"publisher": "Unison Computing",
"description": "Unison language support",
- "version": "0.0.1",
+ "version": "0.0.2",
"main": "./out/main.js",
"engines": {
"vscode": "^1.69.0"
0 commit comments