Skip to content

Commit 73c70c8

Browse files
authored
Merge pull request #74 from fdncred/prep-for-100
get ready for new 1.0 release
2 parents dc7b4de + 3da6644 commit 73c70c8

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node_modules
22
dist
33
*.vsix
4-
4+
.DS_Store
55
# ignore the git mailmap file
66
.mailmap

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,5 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
112112
- update generate-example.nu to include all samples
113113
- update generate-patterns.nu to support the new language features
114114
- update language syntax to support new nushell 0.72 features (break, continue, return, loop, try, catch, mut, while, err>, out>, err+out>, out+err>)
115-
115+
- 1.0.0
116+
- Thanks to Gabin Lefranc (@glcraft) for a total rewrite of the textmate grammar for nushell!!

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ 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.7.0)
10+
## Screenshot (v1.0.0)
1111

1212
With Dark+ Color Theme
1313

14-
![Nushell script with Dark+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/070-dark.png)
14+
![Nushell script with Dark+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/100-dark.png)
1515

1616
With Light+ Color Theme
1717

18-
![Nushell script with Light+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/070-light.png)
18+
![Nushell script with Light+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/100-light.png)
1919

2020
## Known Issues
2121

assets/100-dark.png

342 KB
Loading

assets/100-light.png

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

0 commit comments

Comments
 (0)