@@ -5,26 +5,26 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
55## [ Pre-Release]
66
77- Initial release 0.0.1
8- proof of concept release
8+ * proof of concept release
99- 0.0.2
10- tweak sytnax highlighting
10+ * tweak sytnax highlighting
1111- 0.0.3
12- changed ` set ` to ` let ` since the language changed
12+ * changed ` set ` to ` let ` since the language changed
1313- 0.0.4
14- changed line comment from ` // ` to ` # `
15- updated readme screenshot and issue link
16- added all current nushell keywords
17- added all current nushell sub commands
18- fixed ` [$var ` bug
19- fixed ` foo-bar ` bug
14+ * changed line comment from ` // ` to ` # `
15+ * updated readme screenshot and issue link
16+ * added all current nushell keywords
17+ * added all current nushell sub commands
18+ * fixed ` [$var ` bug
19+ * fixed ` foo-bar ` bug
2020- 0.0.5
21- updated screenshot with different themes
22- reorganized code a bit
21+ * updated screenshot with different themes
22+ * reorganized code a bit
2323- 0.0.6
24- fixed ` my-ls ` highlighting bug
25- added build ci and release pipeline
26- readme updates from ` waldyrious ` ty!
27- moved assets to a folder
24+ * fixed ` my-ls ` highlighting bug
25+ * added build ci and release pipeline
26+ * readme updates from ` waldyrious ` ty!
27+ * moved assets to a folder
2828- 0.0.7
29- made release work dynamically with versions
30- added icon
29+ * made release work dynamically with versions
30+ * added icon
0 commit comments