Skip to content

Commit d622b76

Browse files
committed
update to 012
1 parent 84e2765 commit d622b76

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
5555
- 0.1.2
5656
* added search keywords in package.json
5757
* added publisher name
58+
* updated screenshots
5859

5960

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ This [extension for VSCode](https://code.visualstudio.com/docs/introvideos/exten
77
* Syntax highlighting grammar for Nushell scripts (`.nu` files)
88
* Nushell theme that tries to match Nushell's coloring
99

10-
## Screenshot (v0.0.4)
10+
## Screenshot (v0.1.1)
1111

12-
With Nushell Color Theme
13-
![Nushell script with Nushell color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/004-nushell.png)
14-
With VSDark+ Color Theme
15-
![Nushell script with VSDark+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/004-vsdark.png)
12+
With Nushell-Dark Color Theme
13+
![Nushell script with Nushell color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/012-dark.png)
14+
With Nushell-Light Color Theme
15+
![Nushell script with VSDark+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/012-light.png)
1616

1717
## Known Issues
1818

assets/012-dark.png

121 KB
Loading

assets/012-light.png

120 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-nushell-lang",
33
"displayName": "vscode-nushell-lang",
44
"description": "nushell language for vscode",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"preview": true,
77
"license": "MIT",
88
"publisher": "TheNuProjectContributors",

0 commit comments

Comments
 (0)