diff --git a/package.json b/package.json index 3bcbbe0..bec3f4f 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.2.0", + "version": "0.3.0", "publisher": "symboscript", "license": "MIT", "repository": { diff --git a/syntaxes/symboscript.tmLanguage.json b/syntaxes/symboscript.tmLanguage.json index dc33e4a..8ce117c 100644 --- a/syntaxes/symboscript.tmLanguage.json +++ b/syntaxes/symboscript.tmLanguage.json @@ -98,6 +98,10 @@ "name": "keyword.other.try-catch.symboscript", "match": "\\b(try|catch|finally)\\b" }, + { + "name": "keyword.other.scope.symboscript", + "match": "\\b(scope)\\b" + }, { "comment": "logical operators", "name": "keyword.operator.logical.symboscript",