mirror of
https://github.com/SymboScript/symboscript-vs.git
synced 2024-11-22 13:16:23 +03:00
feat: scope
This commit is contained in:
parent
b316b7cc7f
commit
fd66346086
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "symboscript-vs",
|
"name": "symboscript-vs",
|
||||||
"displayName": "SymboScript-vs",
|
"displayName": "SymboScript-vs",
|
||||||
"description": "Official language support for SymboScrypt",
|
"description": "Official language support for SymboScrypt",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"publisher": "symboscript",
|
"publisher": "symboscript",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -98,6 +98,10 @@
|
||||||
"name": "keyword.other.try-catch.symboscript",
|
"name": "keyword.other.try-catch.symboscript",
|
||||||
"match": "\\b(try|catch|finally)\\b"
|
"match": "\\b(try|catch|finally)\\b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "keyword.other.scope.symboscript",
|
||||||
|
"match": "\\b(scope)\\b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"comment": "logical operators",
|
"comment": "logical operators",
|
||||||
"name": "keyword.operator.logical.symboscript",
|
"name": "keyword.operator.logical.symboscript",
|
||||||
|
|
Loading…
Add table
Reference in a new issue