From fd66346086c8c2448ed44c61bf3440dae8a029c8 Mon Sep 17 00:00:00 2001 From: Artemy Date: Wed, 3 Jan 2024 21:41:24 +0300 Subject: [PATCH] feat: scope --- package.json | 2 +- syntaxes/symboscript.tmLanguage.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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",