Update syntax

This commit is contained in:
nub31
2025-05-27 11:36:42 +02:00
parent f08d0ee930
commit db231cc553
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ export func main(args: []string) {
i = i + 1
}
}
}

View File

@@ -56,7 +56,7 @@
"patterns": [
{
"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",