We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8645b commit a3945efCopy full SHA for a3945ef
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "go-syntax" extension will be documented in this file.
4
5
+## [0.3.7]
6
+
7
+Fixes pre-highlighting of the single type field in struct before formatting with gofmt
8
9
## [0.3.6]
10
11
Enhances generic support for types and functions
package.json
@@ -2,7 +2,7 @@
"name": "go-syntax",
"displayName": "Go Syntax",
"description": "Rich Syntax Highlighting for Go language",
- "version": "0.3.6",
+ "version": "0.3.7",
"author": "Furkan Ozalp",
"publisher": "furkanozalp",
"license": "MIT",
0 commit comments