We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9676339 + 9b32e83 commit aa3934cCopy full SHA for aa3934c
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-nushell-lang",
3
"displayName": "vscode-nushell-lang",
4
"description": "nushell language for vscode",
5
- "version": "0.0.2",
+ "version": "0.0.3",
6
"license": "MIT",
7
"publisher": "nushell-team",
8
"repository": "https://github.com/fdncred/vscode-nushell-lang/",
syntaxes/nushell.tmLanguage.json
@@ -54,7 +54,7 @@
54
"name": "constant.numeric.nushell"
55
},
56
"variable":{
57
- "match": "(set)\\s+([a-zA-Z0-9-_\\-]+)|(\\s+\\$[a-zA-Z0-9_\\-]+)",
+ "match": "(let)\\s+([a-zA-Z0-9-_\\-]+)|(\\s+\\$[a-zA-Z0-9_\\-]+)",
58
"name": "variable.nushell",
59
"captures": {
60
"1":{
0 commit comments