Skip to content

Commit 49f8d18

Browse files
authored
Merge pull request #33 from fdncred/updated_for_0320
updates for nushell 0.32.0
2 parents 6eaf867 + c924557 commit 49f8d18

File tree

9 files changed

+1510
-1299
lines changed

9 files changed

+1510
-1299
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,8 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
6363
* updated commands and keywords
6464
- 0.2.2
6565
* fixed a regression in syntax highlighting (thanks yume-chan)
66+
- 0.3.0
67+
* updated commands to support all commands in nushell 0.32.0
68+
* update intellisense to support all commands in nushell 0.32.0
69+
* added block parameter syntax highlighting
6670

README.md

Lines changed: 3 additions & 3 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.1.2)
10+
## Screenshot (v0.3.0)
1111

1212
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)
13+
![Nushell script with Nushell color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/032-dark.png)
1414
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)
15+
![Nushell script with VSDark+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/032-light.png)
1616

1717
## Known Issues
1818

assets/032-dark.png

102 KB
Loading

assets/032-light.png

101 KB
Loading

out/extension.js

Lines changed: 92 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.2",
5+
"version": "0.3.0",
66
"preview": true,
77
"license": "MIT",
88
"publisher": "TheNuProjectContributors",

0 commit comments

Comments
 (0)