Update syntax

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

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",