Skip to content

Commit aa3934c

Browse files
authored
Merge pull request #4 from fdncred/main
changed set to let
2 parents 9676339 + 9b32e83 commit aa3934c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0.2",
5+
"version": "0.0.3",
66
"license": "MIT",
77
"publisher": "nushell-team",
88
"repository": "https://github.com/fdncred/vscode-nushell-lang/",

syntaxes/nushell.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"name": "constant.numeric.nushell"
5555
},
5656
"variable":{
57-
"match": "(set)\\s+([a-zA-Z0-9-_\\-]+)|(\\s+\\$[a-zA-Z0-9_\\-]+)",
57+
"match": "(let)\\s+([a-zA-Z0-9-_\\-]+)|(\\s+\\$[a-zA-Z0-9_\\-]+)",
5858
"name": "variable.nushell",
5959
"captures": {
6060
"1":{

0 commit comments

Comments
 (0)