feat: scope

This commit is contained in:
Artemy 2024-01-03 21:41:24 +03:00
parent b316b7cc7f
commit fd66346086
2 changed files with 5 additions and 1 deletions

View file

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