Update syntax
This commit is contained in:
@@ -14,4 +14,4 @@ export func main(args: []string) {
|
|||||||
|
|
||||||
i = i + 1
|
i = i + 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
"patterns": [
|
"patterns": [
|
||||||
{
|
{
|
||||||
"name": "keyword.control.nub",
|
"name": "keyword.control.nub",
|
||||||
"match": "\\b(if|else|while|break|continue|return)\\b"
|
"match": "\\b(if|else|while|break|continue|return|let)\\b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "keyword.other.nub",
|
"name": "keyword.other.nub",
|
||||||
|
|||||||
Reference in New Issue
Block a user