We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c70c07 commit 78ff99dCopy full SHA for 78ff99d
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to the "go-syntax" extension will be documented in this file.
4
5
+## [0.8.5]
6
+
7
+- Supports highlighting return types on hover
8
+- Fixes minor bugs in generic types
9
10
## [0.8.4]
11
12
- Fixes catastrophic backtracking regex pattern ([#21](https://github.com/worlpaker/go-syntax/pull/21))
package.json
@@ -2,7 +2,7 @@
"name": "go-syntax",
"displayName": "Go Syntax",
"description": "Rich Syntax Highlighting for Go language",
- "version": "0.8.4",
+ "version": "0.8.5",
"author": "Furkan Ozalp",
"publisher": "furkanozalp",
"license": "MIT",
0 commit comments