diff --git a/package.json b/package.json index 8e28280..f43b852 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "symboscript-vs", "displayName": "SymboScript-vs", "description": "Official language support for SymboScrypt", - "version": "0.5.0", + "version": "0.6.0", "publisher": "symboscript", "license": "MIT", "repository": { diff --git a/syntaxes/symboscript.tmLanguage.json b/syntaxes/symboscript.tmLanguage.json index 39bb9c4..f03cf65 100644 --- a/syntaxes/symboscript.tmLanguage.json +++ b/syntaxes/symboscript.tmLanguage.json @@ -76,7 +76,7 @@ "patterns": [ { "name": "keyword.control.symboscript", - "match": "\\b(if|else|while|for|loop|return|yield|await|delete|new|break|continue|in|import|as)\\b" + "match": "\\b(if|else|while|for|loop|return|yield|throw|await|delete|new|break|continue|in|import|as)\\b" }, { "name": "keyword.other.fn.symboscript",